Skip to content

Github actions that executes testcafe inside container that has all popular browsers pre-installed

License

Notifications You must be signed in to change notification settings

Meemaw/testcafe-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testcafe GitHub Action

This action executes your testcafe command inside a container that has all popular browsers pre-installed.

Usage

See action.yml

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

About

Github actions that executes testcafe inside container that has all popular browsers pre-installed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published