Skip to content

Commit ad1196c

Browse files
authored
Add E2E and test commands to README
1 parent 5142b35 commit ad1196c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ This WebApp is the main project of [PodCodar](https://github.com/podcodar), a le
1919
```sh
2020
bun install
2121
bun dev
22+
23+
# E2E
24+
bun run e2e
25+
bun run tests
2226
```
2327

2428
The dev server runs at [http://localhost:4321](http://localhost:4321).

0 commit comments

Comments
 (0)