Skip to content

Commit

Permalink
docs: add end to end tests to contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Nov 13, 2024
1 parent 2d6e5b1 commit 2d889a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ pnpm install && pnpm dev

5. The backend should now be running locally on `http://localhost:4000`.
6. Create a new branch for your changes.
7. Develop your feature or fix and write tests for it.
8. Commit your changes and push them to your forked repository.
9. Submit a pull request to the main repository.
7. Develop your feature or fix and write tests for it. Specifically, writing an end to end test for your feature is highly recommended.
8. Ensure all tests pass by running `pnpm test:e2e` (you will need to be running the dev server locally on port 4000 with HTTP for this to work)
9. Commit your changes and push them to your forked repository.
10. Submit a pull request to the main repository.

## Improving the Documentation

Expand Down

0 comments on commit 2d889a6

Please sign in to comment.