Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Test Report layout #151

Open
hectorerb opened this issue Jun 21, 2018 · 5 comments
Open

Test Report layout #151

hectorerb opened this issue Jun 21, 2018 · 5 comments

Comments

@hectorerb
Copy link
Contributor

hectorerb commented Jun 21, 2018

Hi, @E1matheus
Could you create a layout for Test Report for iOS project sites?

After running the unit tests using fastlane scan test reports are generated in this location:
./fastlane/test_output/report.html
./fastlane/test_output/report.junit

You can use any of these files to create the layout

@Naylin15
Copy link
Contributor

Naylin15 commented Sep 26, 2018

Hi @ajsb85 @hectorerb,

I'll be working on this issue along with #157

To solve it, after previous discussion with @Gianfranco97 , we require a new plugin to create the template for the project site, here are the steps to accomplish it

Plugin test report iOS

  • Create fastlane plugin
  • Change the information for the project (package.json, ruby)
  • Create html template
  • Parse data from xml created
  • Template from ERB based in step 3 and using the data from step 4
  • CI, deploy to ruby gems
  • Test
  • Custom template

@ajsb85
Copy link
Contributor

ajsb85 commented Sep 26, 2018

Hi, @Naylin15
Could you propose a name of the new fastlane plugin?
Here is an example:
https://github.com/TECLIB/fastlane-plugin-xcov_report

@Naylin15
Copy link
Contributor

Hi, @ajsb85

I was thinking fastlane-plugin-test_report

@ajsb85
Copy link
Contributor

ajsb85 commented Sep 27, 2018

Hi, @Naylin15
Already created
https://github.com/TECLIB/fastlane-plugin-test_report

@Naylin15
Copy link
Contributor

Merci @ajsb85 !

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

No branches or pull requests

6 participants