رفتن به محتوای اصلی

Github Actions

If your repository is hosted on Github, you can use Github Actions to run your tests on Github's infrastructure.

  1. every time you push changes
  2. در هر ایجاد درخواست pull
  3. در زمان مقرر
  4. توسط یک ماشه دستی

در ریشه مخزن خود، یک دایرکتوری .github/workflows ایجاد کنید. یک فایل Yaml اضافه کنید، برای مثال /workflows/ci.yaml. در آنجا نحوه اجرای تست های خود را پیکربندی خواهید کرد.

برای اجرای مرجع به jasmine-boilerplate و اجرا های تست نمونه مراجعه کنید.

.github/workflows/ci.yaml
loading...

Find out in the Github Docs on more information about creating workflow files.

Welcome! How can I help?

WebdriverIO AI Copilot