Skip to content

Builds a docker container that runs wct tests against Chrome and Firefox

License

Notifications You must be signed in to change notification settings

beliantech/wct-headless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

wct-headless

An image that runs wct tests in your component folder and in your CI.

Running:

  1. First build the docker container:
git clone [email protected]:beliantech/wct-headless.git
docker build -t wct-headless .
  1. The following commands assume a component directory with tests in sub-directory, e.g. test/:
docker run --rm -it -v `pwd`/:/opt/code --entrypoint 'npm' wct-headless run test

About

Builds a docker container that runs wct tests against Chrome and Firefox

Resources

License

Stars

Watchers

Forks

Packages

No packages published