MAX_TEST_REQUEST_COMBINATIONS not working #1507
Unanswered
prateekkarmakar
asked this question in
Ask For Help
Replies: 1 comment 1 reply
-
@prateekkarmakar Thanks for reaching out. Can you please share some more details on "its not limiting the number of tests". Just to clarify |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the MAX_TEST_REQUEST_COMBINATIONS is not working its not limiting the number of tests. Using in following way
@BeforeAll
static void setup(){
System.setProperty("SPECMATIC_GENEATIVE_TEST","true");
System.setProperty("MAX_TEST_REQUEST_COMBINATIONS","10");
contractStub=createStub(SPECMATIC_STUB_HOST,SPECMATIC_STUB_PORT);
}
using specmatic version 2.0.44
Beta Was this translation helpful? Give feedback.
All reactions