Skip to content

Commit

Permalink
chore(docs): GitHub Action information for Cypress (#21230)
Browse files Browse the repository at this point in the history
* Initial draft

* Revised

* Additional help message about start command

* Remove code exmaple, condense text
  • Loading branch information
ehowey authored Feb 12, 2020
1 parent e787843 commit c32a410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/end-to-end-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you want to run Cypress in Continuous Integration (CI) you have to use `cypre
}
```

Please read the [Cypress' official documentation](https://docs.cypress.io/guides/guides/continuous-integration.html) on CI if you want to know how to setup Travis or GitLab with Cypress.
Please read the [Cypress' official documentation](https://docs.cypress.io/guides/guides/continuous-integration.html) on CI if you want to know how to setup Travis or GitLab with Cypress. You can also use a Github Action to implement basic CI directly in Github with the official [Cypress Github action](https://github.com/cypress-io/github-action).

## Writing tests

Expand Down

0 comments on commit c32a410

Please sign in to comment.