Skip to content

bdrbartlomiej/BDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testy PlayWright

Uruchomienie wszystkich testów:

npx playwright test

Uruchomienie testów z określonego katalogu:

npx playwright test tests/*

Uruchomienie testów z określoną nazwą:

npx playwright test -g 'get started link'

Uruchomienie 10 testów na raz:

npx playwright test --workers 10

Uruchomienie testów z określonego projektu:

npx playwright test --project=chromium

Uruchomienie testu w trybie headed:

npx playwright test -g 'get started link' --project=chromium --headed

Uruchomienie testu w trybie debug:

npx playwright test -g 'get started link' --project=chromium --debug

Uruchomienie testów z wykorzystaniem ui:

npx playwright test --ui

Uruchomienie generatora testów:

npx playwright codegen

Uruchomienie ostatniego raportu:

npx playwright show-report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published