webdriverio-community / wdio-teamcity-reporter

Teamcity reporter for WebdriverIO
MIT License
6 stars 22 forks source link

add possibility to generate the xml report #3

Open mightyaleksey opened 8 years ago

HairyMaclary commented 6 years ago

Yes. What does this module actually produce? I can't see any artifacts in TeamCity.

kisenka commented 6 years ago

It's produce only proper output to tell TeamCity about tests. But it doesn't produce any files output, so task it's about.

HairyMaclary commented 6 years ago

Thanks for the reply. Could you be a little more specific about what is produced? According to TeamCity I actually need an artifact:

https://confluence.jetbrains.com/display/TCD10/Including+Third-Party+Reports+in+the+Build+Results

And when I use a similar package for Jest (with the similar set up instructions) TeamCity automatically produces a new test tab and tells me how many tests have passed in the overview.

kisenka commented 6 years ago

It's strange because I use this reporter and get following:

kisenka commented 6 years ago

@HairyMaclary which TeamCity version is used?

kisenka commented 6 years ago

@HairyMaclary ping

HairyMaclary commented 6 years ago

Hi Sorry about the delay. The TC version is 10.0.4. But I think my problem has been a conflict with the Jest TC reporter. My webdriver tests are actually Spectron tests that are run within Jest. So a big confusing mess. Please don't leave this issue open because of me.