Ir al Contenido Principal

Acciones de Github

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. en cada creación del pull request
  3. tiempo programado
  4. por activación manual

En la raíz de su repositorio, cree un directorio .github/workflows. Añade un archivo Yaml, por ejemplo .github/workflows/ci.yaml. Allí se configurará cómo ejecutar las pruebas.

Vea jasmine-boilerplate para la implementación de referencia, y prueba de muestra se ejecuta.

.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