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

Remote server: Test results stack up on multiple executions #445

Open
oweise opened this issue Aug 17, 2018 · 0 comments
Open

Remote server: Test results stack up on multiple executions #445

oweise opened this issue Aug 17, 2018 · 0 comments

Comments

@oweise
Copy link

oweise commented Aug 17, 2018

Citrus Version
2.7.6

Expected behavior
After each remote execution only the results of the tests of the latest execution should be provided by the server under "/results". Earlier results should get cleared before e

Actual behavior
If there were multiple remote executions using the same remote server instance the test results of all these executions are returned by "/results".

Test case sample

Please, share the test case (as small as possible) which shows the issue.

Use just any citrus test and execute them on the same remote server instance. Execute the same test multiple times. You will see that a) the test results shown on the maven log output stack up, as well as the results returned by API call /results. Unlike that the HTML report that might get generated by citrus just shows the tests of the latest execution

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