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

AppVeyor: Properly upload JUnit xml test results #35

Open
ralphlange opened this issue Apr 29, 2020 · 1 comment
Open

AppVeyor: Properly upload JUnit xml test results #35

ralphlange opened this issue Apr 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ralphlange
Copy link
Contributor

AppVeyor can show test results in the UI when they are properly uploaded.
(see https://www.appveyor.com/docs/running-tests/#uploading-xml-test-results)

That should be possible for EPICS test results converted to JUnit XML.

@ralphlange ralphlange added the enhancement New feature or request label Apr 29, 2020
@anjohnson
Copy link
Member

Great. Note that to be able to use the tap-to-junit-xml.pl script which make junitfiles runs the Perl installation needs the XML::Generator module which isn't normally present but is easily installed:

C:\Users\anj>perldoc XML::Generator
No documentation found for "XML::Generator".

C:\Users\anj>cpanm install XML::Generator
--> Working on install
Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/install-0.01.tar.gz ... OK

Configuring install-0.01 ... OK
Building and testing install-0.01 ... OK
Successfully installed install-0.01
--> Working on XML::Generator
Fetching http://www.cpan.org/authors/id/B/BH/BHOLZMAN/XML-Generator-1.04.tar.gz ... OK                                                                          
Configuring XML-Generator-1.04 ... OK
Building and testing XML-Generator-1.04 ... OK
Successfully installed XML-Generator-1.04
2 distributions installed

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

No branches or pull requests

2 participants