Skip to content

Latest commit

 

History

History
executable file
·
16 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

executable file
·
16 lines (8 loc) · 304 Bytes

Running tests with ddev

Scripts in this directory will be executed inside the web container.

Running unit tests:

Following command will execute the unit tests:

ddev tests-unit

Running integration tests:

Following command will execute the unit tests:

ddev tests-integration