Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 343 Bytes

TESTS.md

File metadata and controls

19 lines (13 loc) · 343 Bytes

Testing

These tests utilize Codeception and WP Browser.

Installation

  • composer install
  • Create a new file codeception.yml with the env file you want to use:
params:
	- .env.docker

Running tests

./bin/codecept run integration