You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't post questions here but use our community forum instead.
For feature requests, please:
explain your use case, not the implementation you have in mind.
Hi, I have a use case where I need to run a sample set up first, let's say I have a full scenario defined as below
setUp(
sampleSetup
.andThen(myMainScenario)
)
Both sampleSetup and myMainScenario share 2 same APIs script, and I don't think I should separate it (for management), but I don't need the first sampleSetup run to be reported since it's run with low request rate, is there any possibilities that we can have a silent for Scenario ?
The text was updated successfully, but these errors were encountered:
Please don't post questions here but use our community forum instead.
For feature requests, please:
Hi, I have a use case where I need to run a sample set up first, let's say I have a full scenario defined as below
Both
sampleSetup
andmyMainScenario
share 2 same APIs script, and I don't think I should separate it (for management), but I don't need the first sampleSetup run to be reported since it's run with low request rate, is there any possibilities that we can have a silent for Scenario ?The text was updated successfully, but these errors were encountered: