andoriyu / cargo-suity

This tool helps you automate testing of you rust application on CI.
15 stars 3 forks source link

Collaborate on junit implementation #1

Open epage opened 5 years ago

epage commented 5 years ago

It'd be great if the junit support was an external crate that we all were benefiting from.

epage commented 5 years ago

I found junit_report and am working on a port to it. I have hit some blockers

andoriyu commented 5 years ago

Is there a way to divorce junit-report-js from chrono?

I'm trying to keep build times as small as possible because it's easier to just run cargo install on CI than mess with external packaging...I guess it doesn't matter much since I will be adding clap in the future and it will become the main source of bloat...

epage commented 5 years ago

Have you looked at trust? Its a pattern for CLIs to create binaries and includes an install script to download the binary. It can be a bit annoying to setup and I'm (slowly) working on trying to simplify it.

andoriyu commented 5 years ago

That works. I mean I can set it to download from github releases. Just didn't want to deal with cross-compilation.

andoriyu commented 5 years ago

Once this is merged I can switch suity to use that instead.

bachp commented 5 years ago

Sorry. Somehow completly missed your issues on my junit-report-rs repo. I would be happy to have additional maintainers. @andoriyu @epage if you are still interested I can give you permission to my repo.

andoriyu commented 5 years ago

@bachp Sure.