Skip to content

Commit

Permalink
chore: add e2e tests to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brent-hoover committed Jun 16, 2024
1 parent c48dcdf commit 45bcb55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ An ultra-fast, easy-to-use framework that has "ready for the big time" features
## Features included right now
* Plugin architecture that allows you to create and extend models and resolvers via plugins
* Role-Based auth
* Integration and e2e tests

## Features under construction
Check the GH issues for things I plan to add in the near future
Expand Down Expand Up @@ -41,3 +42,9 @@ To run unit and integration tests: (not many beyond a poc for now)
bun test
```

To run e2e tests

```bash
bun run test:e2e
```

0 comments on commit 45bcb55

Please sign in to comment.