https://github.com/hrmeetsingh/cypress-github-custom-actions
Running cypress tests inside docker using custom github actions
https://github.com/hrmeetsingh/cypress-github-custom-actions
Last synced: 3 months ago
JSON representation
Running cypress tests inside docker using custom github actions
- Host: GitHub
- URL: https://github.com/hrmeetsingh/cypress-github-custom-actions
- Owner: hrmeetsingh
- Created: 2022-04-23T07:07:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T01:53:00.000Z (6 months ago)
- Last Synced: 2025-01-03T08:40:47.682Z (5 months ago)
- Language: JavaScript
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
__Main branch__ - [](https://github.com/hrmeetsingh/cypress-github-custom-actions/actions/workflows/main.yml)
__Docker branch__ - [](https://github.com/hrmeetsingh/cypress-github-custom-actions/actions/workflows/main.yml)
# cypress-github-custom-actions
This is sample repo to verify running a custom github action using docker
Example of test used from [Page Dom testing - Cypress recipes](https://github.com/cypress-io/cypress-example-recipes/tree/master/examples/testing-dom__page-source)This repo has a manually triggered workflow
- Run on "main" branch for cypress provided github action
- Run on "docker-branch" branch for using cypress included image container and custom action
- Run on "run-and-report" branch for using mochawesome reports published on [GH Pages Report](https://hrmeetsingh.github.io/cypress-github-custom-actions/)