Skip to content

serhio-r/e2e_tests_for_ssls

Repository files navigation

e2e tests for SSLs.com

Task

Stack:

🤖 Starting up

  1. Clone repository
  2. Install the dependencies using npm install
  3. Run tests in headless mode using npx playwright test
  4. OR run tests in UI mode using npx playwright test --ui
  5. OR run tests in GitHub Actions - restart the last job, example

📁 Structure

 |- configs # Configuration files
 |- pages # Page object model
 |- tests # Sets of tests 

📜 Notes

  • By default, tests are run WITHOUT parallelism (1 worker for test file) in Chromium browser. To change this, you need to uncomment the corresponding parameters in playwright.config.js file (fullyParallel and projects).
  • If needed - use npx playwright show-report after tests to generate a report.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published