About Markus Oberlehner
Markus is a Web Developer for 15 years. Currently working on modernizing Austria's digital tax services. He is an expert working with Vue.js and Nuxt, React and Next.js, and TDD enthusiast.
Talk
Stop E2E Testing Your Next.js App! Write Better Tests with Contract Tests
Topics:
code quality
javascript
microservices
mocks
tdd
testing
typescript
Level: Intermediate
In schedule:
Pink stage
May 29, 14:55 - 15:40 CET
For a long time, I wondered how to test Next.js applications that talk to HTTP APIs (e.g., microservices) more effectively. How can I test the whole application in isolation without mocking the requests to the microservices? I was at a loss until I discovered Contract Testing with Specmatic.In this talk, I'll share what I found out. After the talk, you'll know:Why mocking network requests is probl...