// todo
Typescript - Protractor - Puppeteer - Mocha - Selenoid
First of all install dependencies:
npm i
Then run:
npm test
- By default autotests run without Selenoid and in the single thread.
Set isSelenoid = true
in the protractor.conf.ts
For run Selenoid execute:
sh selenoiuUp.sh
For down Selenoid execute:
sh selenoiuDown.sh
Set isParallel = true
in the protractor.conf.ts
For check autotests' artifacts look into:
artifacts/logs
artifacts/video
// TODO (allure and reportportal)
nodejs >= v8.9.1
npm >= 5.7.1
This project is set for windows by default.
Make changes in the docker-compose.yml. Sections: volumes
; environment
.