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

**URL:** https://discourse.roots.io/t/wp-acorn-test-returns-test-file-test-not-found-on-radicle/28733
**Category:** radicle
**Created:** 2024-09-29T10:55:14Z
**Posts:** 3

## Post 1 by @hristolaskov — 2024-09-29T10:55:14Z

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!

---

## Post 2 by @ben — 2024-10-03T01:48:23Z

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`

---

## Post 3 by @hristolaskov — 2024-10-03T03:14:01Z

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

```
./vendor/bin/pest
```

Best!
