Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 362 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 362 Bytes

Contributing

Feel free to fork and improve.

You can run the tests locally using the docker image

cd chrome-headless
docker run --rm -it -v $(pwd):/code -e DOCROOT=/code/vendor/mink/driver-testsuite/web-fixtures registry.gitlab.com/dmore/docker-chrome-headless bash

Then in the shell:

composer install
vendor/bin/phpunit