wp acorn test returns Test file "test" not found. on radicle

Hello, all,

How do you run tests on radicle? I tried on a fresh installation, yet when I run the

wp acorn test

command, I get the following INFO message:

INFO Test file “test” not found.

Thanks!

Hi there! My apologies for the lack of docs on the existing testing setup.

To run the e2e tests: npx playwright test

To run the Pest tests: composer test

No worries, made my way with the command below as well:

./vendor/bin/pest

Best!

1 Like