For all the instructions use the system command line (bash, powershell, cmd). Ensure that you run commands from project main directory.
Ignore quotation marks (") in the instructions.
Before launch:
- Install dependencies with command: "npm i"
- Compile solution: "npm run compile"
- (optional) In separate command line run compiler in watch mode: "npm run compile-watch"
Launch options:
- To run tests just in chrome: "npm run test"
- To run tests just in firefox: "npm run test-firefox"
- To run tests in parallel in chrome and firefox "npm run test-all"
Test results: Test results for each browser can be found in "test_reports" directory