Skip to content

ui and api testing framework built on playwrite and typescript

Notifications You must be signed in to change notification settings

mishasgit/playwrt_ui_api_frm

Repository files navigation

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

About

ui and api testing framework built on playwrite and typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published