- add
.env
file to root folder- in .env set
USER_NAME='your user name
'
PASSWORD='your password
'
API_TOKEN='your api token
'
BASE_URL='your base url
'- run
npm i
to install all dependencies- to start ui_test
npm run ui-test
- to start api_test
npm run api-test
!!! bug reports in /bug_reports folder
--If doesn't open tests browsers for ui test--
run thisnpm uninstall playwright
and thisnpm install playwright