How To Run Playwright Test From Command Line | Execute Test In Headed Mode | Playwright CLI Options

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Playwright provides easy to execute the test from CLI and can be very useful when you want to execute from CI servers like Jenkins,Teamcity etc.
    In this video I will discuss multiple options to run Playwright test from cli mode, in headed mode, running on different browsers etc.
    Commands which is used in this video
    npx playwright --help
    npx playwright test --help
    npx playwright test ./tests/sample.spec.js
    npx playwright test ./tests/sample.spec.js --headed
    npx playwright test ./tests/sample.spec.js --project=chromium
    npx playwright test ./tests/sample.spec.js --project="Google Chrome"
    npx playwright test ./tests/sample.spec.js --project="Google Chrome" --headed
    npx playwright test ./tests/sample.spec.js ./tests/verifyErrorMessage.spec.js --headed
    npx playwright test sample
    npx playwright test -g "My First Test"
    npx playwright test
    Playwright Series
    • Playwright Tutorials F...
    JavaScript Series
    • How To Download And In...
    Create your testRigor account now- testrigor.com/...
    All Playlist
    / mukeshotwani
    If you want to support this channel
    rzp.io/l/qNCAp...
    All Playlist
    / mukeshotwani
    Connect with us:
    Email - mukeshotwani@learn-automation.com
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwaniofficial
    Facebook Group- / 256655817858291
    Facebook Page- / seleniumwebdrivermukesh
    Blog- learn-automatio...

Комментарии • 14