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

Allowing Test Step to use Bitrise Test Report Addon #4

Closed

Conversation

etiennecadicidean
Copy link

--> removing the simple main.go step, that was allowing to add parameters to flutter test command but wasn't allowing to use anything from that step.

--> using junitreport to convert tests from flutter json to xml & provide test-info.json to publish tests with Bitrise Test Report Addon.

--> allowing devs to specify test run name for Test Reports addon.

Etienne Cadic added 6 commits January 13, 2020 18:03
 --> so that test reports can be displayed in bitrise addon.
 --> as most of fthe step uses only bash commands
 --> allowing to specify test run name.
 --> so that devs can use different paths for flutter tests.
NB: --coverage option not available as we redirect tests reports with --machine.
Maybe another test coverage Step should be provided ?
@ncuillery
Copy link

👍

I'd love to see this PR landing.

@Szabadember
Copy link
Contributor

Dear @etiennecadicidean,
many thanks for your contribution. Unfortunately, we can not accept your PR because GoLang is the preferred language for our steps. We will add Test Addon support for this step soon, in the meantime, you could use your fork for your needs.

@Szabadember Szabadember closed this May 6, 2020
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 this pull request may close these issues.

None yet

3 participants