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

separate partition number from test name #129

Closed
thousand opened this issue May 3, 2018 · 0 comments · Fixed by #963
Closed

separate partition number from test name #129

thousand opened this issue May 3, 2018 · 0 comments · Fixed by #963

Comments

@thousand
Copy link

thousand commented May 3, 2018

Currently the test name is added into the test's name (https://github.com/trentmwillis/ember-exam/blob/e3579e97a43dfa10f959ddec813544f7983fd085/addon-test-support/-private/patch-testem-output.js#L11). This tightly couples the partition to the test itself, and makes it difficult to have reporting based on individual tests regardless of which partition they're executed in.

Ideally the partition would be included as a separate field somewhere, and then ember-exam would include or patch the reporting side to display that in log output instead. This way other testem reporters used in parallel (like the default xunit reporter from testem) can be guaranteed that the test name will be consistent from run-to-run and include the partition number as metadata if needed.

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

Successfully merging a pull request may close this issue.

1 participant