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!
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!