Skip to content

shilCode/AutomationPlaywrightOrangeHRM

Repository files navigation

Automation QA - Demo Purposes

  • Automation framework used: Playwright
  • Language: TS

To run use code below:

npm i && npm test

Building docker

docker build -t playwright-tests:latest .

Running tests in docker

docker build -t playwright-tests:latest . && docker run -v $(pwd)/test-results:/app/test-results playwright-tests:latest

E2E Flows

Things TODO

  • add dotenv to remove from main file
  • added functionality to run tests on docker
  • update project dependencies with setup files
  • fail currently failing test
  • add more tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors