You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
</p>
6
6
7
7
# API Test Automation - Karate DSL For Restful and GraphQL APIs
8
-
## Starter project creado en vivo en stream de Twitch de [@CharlyAutomatiza](https://www.twitch.tv/charlyautomatiza) basado en [Karate DSL](https://karatelabs.github.io/karate/).
8
+
## Starter project creado en vivo en stream de [Twitch.tv/CharlyAutomatiza](https://www.twitch.tv/charlyautomatiza) basado en [Karate DSL](https://karatelabs.github.io/karate/).
9
9
10
10
### Requerimientos generales
11
11
@@ -48,3 +48,13 @@ Para ejecutar todos los tests tanto de API Rest como de GraphQL se puede ejecuta
48
48
Luego de cada ejecución se genera dentro de la carpeta **target/karate-reports** los reportes en formato html.
49
49
50
50
Para más detalle se puede consultar [la documetación oficial](https://karatelabs.github.io/karate/#test-reports)
51
+
52
+
### Github Actions para ejecutar los test de APIs
53
+
54
+
Nueva carpeta [**.github/workflows**](.github/workflows) con el archivo [**karate-test-runner.yml**](.github/workflows/karate-test-runner.yml) para ejecutar nuestros tests desde un pipeline de Github Actions.
55
+
56
+
JUnit Report obtenido desde [Marketplace de GitHub](https://github.com/marketplace/actions/junit-report-action)
57
+
58
+
El workflow está configurado para que se ejecute ante el siguiente evento:
59
+
60
+
***push**: cuando se hace un push a un repositorio
0 commit comments