with:
msg: Environment deployed at http://${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com
check_for_duplicate_msg: true
+
+ - name: Run Cypress tests
+ uses: cypress-io/github-action@v1
+ with:
+ env: host=${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com,port=80
+ spec: cypress/integration/spec1.js
+ wait-on: http://${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com
+ working-directory: e2e
+
+ - name: "Upload the screenshot on test failure"
+ uses: actions/upload-artifact@v1
+ if: failure()
+ with:
+ name: "screenshot"
+ path: "./e2e/cypress/screenshots/spec.js/WorkAdventureGame -- loads (failed).png"
* `Vagrant destroy`: delete your VM Vagrant.
## Features developed
-You have more details of features developed in back [README.md](./back/README.md).
\ No newline at end of file
+You have more details of features developed in back [README.md](./back/README.md).