Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a specific junit runner for generating load aka stress #73

Closed
nirmalchandra opened this issue May 20, 2018 · 3 comments
Closed

Comments

@nirmalchandra
Copy link
Collaborator

nirmalchandra commented May 20, 2018

The runner should look like below-

@LoadWith("load_config_sample.properties")
@TestMapping(testClass = TestGitGubEndPoint.class, testMethod = "testGitHubGET_load")
@RunWith(ZeroCodeLoadRunner.class)
public class LoadTest {

}

Basically a map accepting a method by its class name.

@nirmalchandra
Copy link
Collaborator Author

PR #80 has been merged which has this custom junit runner.

@authorjapps
Copy link
Owner

Released in version 1.2.0

@authorjapps
Copy link
Owner

@nirmalchandra, please take care of #81(wiki/help) related to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants