Skip to content

little-scripts/E2Etestingdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End-to-End Testing Demo

Robot Framework - 8 tests demo - 00:12 seconds

To run the tests:

pip install -r requirements.txt
cd robotframework
robot -d ouputs suites.robot

Playwright - 8 tests demo - 00:10 seconds

To run the tests:

cd playwright
npm install
npx playwright install
npx playwright test
npx playwright show-report

Cypress - 8 tests demo - 00:22 seconds

To run the tests:

cd cypress
npm install
npx cypress run

Pytest - 8 tests demo - 00:19 seconds

To run the tests:

coverage run -m pytest -v --strict-markers --headless