- Notifications
You must be signed in to change notification settings - Fork 162
Closed as not planned
Labels
Description
As a Java developer, I don't want to run those NPM scripts on my machine, could we have TestContainers support to automate running the Mock server inside a container?
It would be something like:
val prism = GenericContainer("stoplight/prism:5.12.1") .withCommand( "mock https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-0d64ca9e45f51b4279f87b205eeb3a3576df98407698ce053f2e2302c1c08df1.yml" ) .withExposedPorts(4010) prism.start()