Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiquecoelho/playwright
https://github.com/caiquecoelho/playwright
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caiquecoelho/playwright
- Owner: CaiqueCoelho
- Created: 2024-07-24T19:47:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:34:06.000Z (3 months ago)
- Last Synced: 2024-11-16T20:13:04.999Z (2 months ago)
- Language: JavaScript
- Size: 9.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
npx playwright test --project=chromium
npx playwright test --project=chromium --headed
npx playwright test tests/UIBasicstest.spec.js
npx playwright test tests/UIBasicstest.spec.js --config playwright.config1.js
npx playwright test tests/UIBasicstest.spec.js --project=chromium --debug
npx playwright test tests/dropdown.spec.js --project=chromium
npx playwright test tests/dropdown.spec.js --project=chromium --debug
npx playwright codegen http://google.com --project=chromium // record playback
npx playwright test --ui
npx playwright test --grep @Web --project=chromium
npx playwright test --grep @Web --project=chromium --reporter=line,allure-playwright // Allure reporter
allure generate ./allure-results --clean
allure open ./allure-reportSHIFT + COMMAND + P : debug npm script
java -jar jenkins.war -httpPort=9090
java -jar jenkins.war -httpPort=9090 --enable-future-javaCompile ts to js and run js file
```
tsc demo1.ts
node demo1.ts
```# Stop jenkins
brew services stop jenkins-lts### Updating the screenshots baseline for tests like Visual regression testing
npx playwright test --update-snapshots