Skip to content

Commit

Permalink
docs(backend-specs): add note about api cypress tests
Browse files Browse the repository at this point in the history
Mention Cypress API tests in backend introduction, to make it easier to discover helpful tool without the need to dig in the repo.
  • Loading branch information
dundalek authored and geromegrignon committed Sep 19, 2023
1 parent 70ffebd commit 0ef2ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/documentation/docs/specs/backend-specs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ All backend implementations need to adhere to our [API spec](https://github.com/

For your convenience, we have a [Postman collection](https://github.com/gothinkster/realworld/blob/main/api/Conduit.postman_collection.json) that you can use to test your API endpoints as you build your app.

You can also test your endpoints using [Cypress API tests](https://github.com/gothinkster/realworld/tree/main/apps/api-testing-cypress) which cover the functionality in more detail.

Check out our [starter kit](https://github.com/gothinkster/realworld-starter-kit) to create a new implementation, please read [references to the API specs & testing](https://realworld-docs.netlify.app/docs/specs/backend-specs/introduction) required for creating a new backend.

1 comment on commit 0ef2ba3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.