मुख्य कॉन्टेंट में जाएँ

जीथब क्रियाएँ

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. प्रत्येक पुल अनुरोध निर्माण पर
  3. निर्धारित समय पर
  4. मैनुअल ट्रिगर द्वारा

अपने रिपॉजिटरी के रूट में, एक .github/workflows डायरेक्टरी बनाएं। एक Yaml फ़ाइल जोड़ें, उदाहरण के लिए .github/workflows/ci.yaml। वहां आप कॉन्फ़िगर करेंगे कि अपने परीक्षण कैसे चलाएं।

संदर्भ कार्यान्वयन के लिए चमेली-बॉयलरप्लेट देखें, और नमूना परीक्षणचलता है।

.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