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

Add a script for doing proxy recordings in non-gui mode #4164

Open
asfimport opened this issue Nov 3, 2016 · 0 comments
Open

Add a script for doing proxy recordings in non-gui mode #4164

asfimport opened this issue Nov 3, 2016 · 0 comments

Comments

@asfimport
Copy link
Collaborator

Lars H (Bug 60335):
I would like to be able to record a test plan using the proxy recorder without using the gui.

My main use case would be in a CI pipeline, where an automated test (executed using some other tool) could trigger the interaction with the system under test, and automatically record a user session i jmeter. The recorded test plan would be used to validate that requests have not changed between runs, and serve as a base for updated load tests.

Now that #3491 has been fixed, it should be fairly easy to solve. I think it could be done in a fashion similar to bin/mirror-server.sh.

The script could terminate and write the test plan on CTRL+C/SIGINT.

In order to facilitate things like variable substitution & response logging, I think it would make sense to be able to provide a test plan as input to the script (the script would then load this file before starting the recording)

OS: All

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

1 participant