Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 527 Bytes

test automation project framework

  1. add .env file to root folder
  2. in .env set
    USER_NAME='your user name'
    PASSWORD='your password'
    API_TOKEN='your api token'
    BASE_URL='your base url'
  3. run npm i to install all dependencies
  4. to start ui_test npm run ui-test
  5. to start api_test npm run api-test

!!! bug reports in /bug_reports folder

--If doesn't open tests browsers for ui test--
run this npm uninstall playwright
and this npm install playwright