RSSAmplifier

Markus Oberlehner · Feb 20, 2025

Parallelizing Specmatic Contract Tests with Playwright

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Specmatic quickly became my favorite tool for contract testing microservices and for using it as a stub service to test frontend applications. Together with Playwright this makes for a great combo! Yet there is a problem with this approach: Out of the box we can't run tests in parallel with this setup because Specmatic's stub server, by default, isn't designed for parallel execution...

Read on markus.oberlehner.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.