mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
use our vuepress deployment action in docs deployment workflow
This commit is contained in:
parent
e69ebabc04
commit
47b866584e
2
.github/workflows/e2e.deploy.docs.yml
vendored
2
.github/workflows/e2e.deploy.docs.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@master
|
||||
uses: IT4Change/vuepress-build-and-deploy@master
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BUILD_SCRIPT: npm install && npm run docs:build
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# boilerplate-e2e-cypress-cucumber
|
||||
|
||||
IT4C Boilerplate for End-to-End Testing with Cypress utilizing
|
||||
IT4C Boilerplate for End-to-End Testing with Cypress utilizing:
|
||||
* [cypress-io/github-action](https://github.com/marketplace/actions/cypress-io) caching the Cypress installation and dependencies for fast Cypress CI initialisation
|
||||
* [Cucumber](https://cucumber.io/docs/gherkin/reference/) for human-readable test specifications
|
||||
* [Multiple Cucumber HTML Reporter](https://github.com/WasiqB/multiple-cucumber-html-reporter/tree/main) to create easy readable, and searchable HTML reports enriched with metadata
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user