Files
old-experiments/backend/wordpress/wp-content/plugins/gravityflow-master/tests/acceptance-tests/readme.txt
2018-06-29 14:40:28 +02:00

14 lines
394 B
Plaintext
Executable File

The easiest way to run the acceptance tests is to run them in Docker.
Requirements:
- docker
- docker compose
Run the acceptance tests using start.sh. For example:
bash start.sh
You can watch Chrome perform the tests via VNC on localhost:5900. On OSX open vnc://localhost:5900 in Safari. Password: secret.
Optionally, you can remove the containers when you've finished:
docker-compose down