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 support for junit file output #149

Closed
shahzad31 opened this issue Nov 25, 2020 · 4 comments · Fixed by #235
Closed

Add support for junit file output #149

shahzad31 opened this issue Nov 25, 2020 · 4 comments · Fixed by #235

Comments

@shahzad31
Copy link
Contributor

We should add support for junit file output, that will make it easy to integerate synthetics test into CI

@shahzad31
Copy link
Contributor Author

we can use something like this perhaps
https://github.com/microsoft/playwright-test

example:
npx folio --reporter=junit,line

@vigneshshanmugam
Copy link
Member

We dont support custom reporters at the moment other than the base and json, However it depends if we want to go via the path of being a test runner vs a synthetic tool.

@andrewvc
Copy link
Contributor

andrewvc commented Dec 2, 2020

I personally love the idea of a JUnit reporter, IMHO we want to do both. Write the test locally, run it in CI, then deploy it to production. CC @paulb-elastic @drewpost

@shahzad31
Copy link
Contributor Author

can we please prioritise this, while integrating into CI, it's always a guess which format to use to get elastic/synthetics tests output .

@v1v faced the same problem.

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.

4 participants