Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-ui-testing

Prerequisites

  • NodeJS >=14
  • Java >=8 to genarate allure reports
  • Allure command line tools to see reports

To start the project locally:

  1. from the root folder please run
npm install
npx playwright install --with-deps
  1. To execute tests on chrome
 npx playwright test --project=Chromium
  1. To execute tests on firefox
 npx playwright test --project=Firefox
  1. To execute tests on safari
 npx playwright test --project=Webkit
  1. To generate HTML report
allure serve allure-results

For CI CD Runner:

  1. Navigate to https://github.com/sekharsdet/web-ui-testing/actions
  2. Click on the Playwright Tests Work Flow
  3. Open any green workflow runner and see Run Tests Job

Example : https://github.com/sekharsdet/api-tests/runs/6674266671?check_suite_focus=true

Tests

Tests are located at web-ui-testing\tests\verifyDepartments.spec.js

Technologies used:

  • NodeJS
  • playwright
  • Allure report
  • GitHub Actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages