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

[Enhancement] Start/Stop Cerberus executor during test case execution #2163

Closed
ffazendeiro opened this issue Aug 20, 2020 · 1 comment
Closed

Comments

@ffazendeiro
Copy link

Hi,
Would it be possible to start (or reset) the executor on demand? (maybe a new action on Cerberus)
Currently, when the test execution starts, executor will start to get traffic/calls.

The ideia is to have a test to get all the calls made when we open, for example the web delivery page.
To go to the delivery page we first have to login, add a product to the basket and validate basket. So currently we have all the calls made since the first step.

We would like to start the test with the executor stopped and only start it when we validate the basket (to get only the call made to load the delivery page).
Or, another solution, the executor can be always running but we could do a "reset" (or clean) of the information get until a certain point. We would "clear" the executor info on the basket page and like this, when validating the basket it would only have those calls.

Thanks in advance!

@vertigo17
Copy link
Member

We will do a new action 'resetNetworkTraffic' in order to iterate to a new 'page' on ProxyMod side.

vertigo17 added a commit that referenced this issue Oct 18, 2020
…d allow to control and calculate Network Traffic stats from a specific timing. That allow for example to perform some webperf controls in specific steps in a middle of a customer experience. #2163
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

3 participants