An open API service indexing awesome lists of open source software.

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

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)