diff --git a/.github/workflows/sanityEri.yml b/.github/workflows/sanityEri.yml index 385e7a8..91d7c12 100644 --- a/.github/workflows/sanityEri.yml +++ b/.github/workflows/sanityEri.yml @@ -35,8 +35,8 @@ jobs: password: ${{secrets.XRAY_CLIENT_SECRET}} testFormat: 'junit' #OPCIONES PARA CAMBIAR: 'junit' (para xml) o 'cucumber' (para json) testPaths: 'target/failsafe-reports/TEST-*.xml' - testExecKey: 'GX-42629' #? EDITAR AQUÍ EL TEST EXECUTION A IMPORTAR LAS PRUEBAS. - projectKey: 'GX' #? EDITAR EN CASO DE TRABAJAR CON OTRO PROYECTO. + testExecKey: 'GX3-252' #? EDITAR AQUÍ EL TEST EXECUTION A IMPORTAR LAS PRUEBAS. + projectKey: 'GX3' #? EDITAR EN CASO DE TRABAJAR CON OTRO PROYECTO. - name: 🔔Slack Notification of Done if: always()