Skip to content

davitperaze/selenium-ts-jest-example

Repository files navigation

Web UI automation project with Selenium+TypeScript+Jest

How to run

To run tests first you need to start up Web application that is hosted at here.

Steps to run test web app:

  1. Clone test web app project
    • With HTTPS:
      git clone https://github.com/davitperaze/dwu.git
    • Or with Github CLI:
      gh repo clone davitperaze/dwu
  2. Install dependencies: npm install
  3. Build project: npm run build
  4. Run web app: npm start
  5. Run tests.

Run tests

To execute tests run: npm run test

See test report

To view test report run: npm run report.

Report will be available on http://127.0.0.1:8081