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

Reporting includes wrong number of executed journeys #16

Closed
eleni-salamani opened this issue Nov 12, 2019 · 1 comment
Closed

Reporting includes wrong number of executed journeys #16

eleni-salamani opened this issue Nov 12, 2019 · 1 comment

Comments

@eleni-salamani
Copy link

eleni-salamani commented Nov 12, 2019

Hi,

After a successful execution of a plan with 6 journeys running on two browsers(chrome, firefox). the results include the following details

##[set-output name=plans_run;]1
##[set-output name=plans_passed;]1
##[set-output name=plans_failed;]0
**##[set-output name=journeys_run;]1
##[set-output name=journeys_passed;]1**
##[set-output name=journeys_failed;]0

This should be either 12 (including the total number of journeys) or 6 (the total number of journeys/browser). Maybe the output is truncated?
Please note, that the execution API reports the following result

_journey_execution_metrics": {
		"total": 12,
		"passed": 12,
		"failed": 0
	},_

Many thanks in advance,
Elena

@gcooney
Copy link
Contributor

gcooney commented Nov 12, 2019

Thanks for the report! We'll take a look at whats happening here.

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

No branches or pull requests

2 participants