Open blaisep opened 2 weeks ago
Thank you @blaisep I think this is a great idea. BTW I think you are mentioning this Allure framework for CucumberJS right? https://github.com/allure-framework/allure-js/blob/main/packages/allure-cucumberjs/README.md
I would love to practice the TDD, where should we start to grooming about the behaviour?
🤔 What's the problem you're trying to solve?
The HTML format is only available for cucumber tests and only on the hosted site: https://reports.cucumber.io/reports/3b7264e6-6b92-42e8-87b1-50320d323d8b the other results are in text only right now.
✨ What's your proposed solution?
It would be cool to have a collection of test results in HTML like the Allure reports: https://github.com/allure-framework/allure-ruby/tree/master/allure-cucumber
⛏ Have you considered any alternatives or workarounds?
A simpler approach would be to have only the cucumber HTML formatter, maybe with a standalone Docker or Gitpod implementation that people could use to get started. @nhv96 is interested in exploring the integration with Allure reporting
📚 Any additional context?
Since this is an effort from the New-contributor channel, we should try to follow TDD and have the behaviour described in advance, as an example for other newcomers.