integration-testing.md
July 15, 2021 · View on GitHub
Bookmarks tagged [integration-testing]
www.codever.land/bookmarks/t/integration-testing
Arquillian Home Page
An innovative testing platform for the Java Virtual Machine (JVM). Open source. Highly extensible.
- tags: arquillian, testing, integration-testing
- :octocat: source code
Express Integration Testing with SuperTest · InVision Engineering Blog
https://engineering.invisionapp.com/post/express-integration-testing-supertest/
Put down that REST Client (or, gasp, the browser!) you’re using to test that API you’re developing and back away slowly! There’s a better way! With SuperTest there’s no need to verify your API by hand...
- :calendar: published on: 2016-06-27
- tags: expressjs, integration-testing, supertest, chai
- :octocat: source code
GitHub - visionmedia/supertest home page
https://github.com/visionmedia/supertest
supertest - Super-agent driven library for testing node.js HTTP servers using a fluent API
- tags: node.js, testing, integration-testing
- :octocat: source code