Mastering Playwright | CICD GitHub Actions | QA Automation Alchemist

Поділитися
Вставка
  • Опубліковано 23 січ 2024
  • This video will explains how to configure GitHub Actions step by step with demo and references.
    playwright.dev/docs/ci-intro
    playwright.dev/docs/ci#introd...
  • Наука та технологія

КОМЕНТАРІ • 4

  • @mahensphotography
    @mahensphotography 5 місяців тому

    This is great! Thank you !
    1. How to run tests only on a need basis instead of pull/push
    2. Need to run only a few test
    It would be great if you could include those as well along with video

    • @retheeshrr3368
      @retheeshrr3368 4 місяці тому

      1. you can add schedule and set a time (cron job) OR you can manually run the workflows whenever needed.
      2. In the test file, you can add labels and use the same label in workflow , so tests using the label only get executed when the workflow triggered.

  • @anandkuwadekar4693
    @anandkuwadekar4693 2 місяці тому

    Amazing video. Do we need to setup the environment variable on the CICD?

  • @aparnausa3619
    @aparnausa3619 18 днів тому

    Hi sir, how to avoid creating page instances in every test in a single file in javascript