publish icon indicating copy to clipboard operation
publish copied to clipboard

Add Allure test report

Open eduardoboucas opened this issue 5 years ago • 2 comments

It could be nice to generate Allure reports from our end-to-end test suite.

https://codecept.io/plugins#allure https://demo.qameta.io/allure/#

(cc @davidmacp)

eduardoboucas avatar Jun 12 '19 10:06 eduardoboucas

👀

davidmacp avatar Jun 13 '19 03:06 davidmacp

I can get the tests to generate an allure report locally (somewhat basic at the moment but should be able to configure it to display as we want). However to view it, it is served up by a command-line tool that uses java (https://www.npmjs.com/package/allure-commandline). So not sure if that can be run through travis-ci? or how we could do that?

Screen Shot 2019-06-13 at 4 47 18 pm

davidmacp avatar Jun 17 '19 23:06 davidmacp