https://github.com/meemaw/testcafe-action
Github actions that executes testcafe inside container that has all popular browsers pre-installed
https://github.com/meemaw/testcafe-action
browser testcafe testing
Last synced: about 1 month ago
JSON representation
Github actions that executes testcafe inside container that has all popular browsers pre-installed
- Host: GitHub
- URL: https://github.com/meemaw/testcafe-action
- Owner: Meemaw
- License: mit
- Created: 2019-10-13T13:45:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T08:20:58.000Z (over 6 years ago)
- Last Synced: 2025-02-22T11:33:32.531Z (about 1 year ago)
- Topics: browser, testcafe, testing
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testcafe GitHub Action
This action executes your [testcafe](https://devexpress.github.io/testcafe/) command inside a container that has all popular browsers pre-installed.
## Usage
See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "10.x"
- uses: Meemaw/testcafe-action@master
with:
args: "chrome:headless ./tests"
```
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)