MetaCell / cloud-harness

Other
14 stars 5 forks source link

API tests use local openapi file with harness-test #703

Closed filippomc closed 1 year ago

filippomc commented 1 year ago

harness-test allows to test a remote application and actually uses the openapi file from the remote. When setting up api tests we often need to setup examples and error response types which are used by schemathesis, so we can speed up the process if we take the latest updated file from local while developing the api tests