Skip to content

salty-byte/practice_autotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practice_autotest

sample_web Selenium Playwright

A test automation practice project.
Tests for sample_web with Selenium and Playwright.

Demo: sample_web

https://salty-byte.github.io/practice_autotest/

Require

Ubuntu 20.04 LTS
node: 14.x

// for selenium tests
chrome browser: latest

Usage

  1. Get resources
git clone https://github.com/salty-byte/practice_autotest.git
  1. Start web server in sample_web directory
cd sample_web
npm install
npm run start
  1. Run tests:
cd selenium
npm install
npm run build
npm test
cd playwright
npm install
npm run build
npm test

License

MIT

Author

salty-byte