4ekki
4ekki
https://www.npmjs.com/package/allure-jest-circus - I used this lib to launch allure reports on top of jest-circus results. However, I'm not sure if it supports everything else, like steps annotations.
Same for me, any update on this?
Not stale, still actual.
Not stale
Still actual
Still actual
Faced the same issue today. Do you have any updates on it?
@bguerin, @nrayapati, did you have a chance to finish this PR? The problem from https://issues.jenkins.io/browse/JENKINS-63622 is still actual
As a workaround, you can annotate tests with ``` @LabelAnnotation(name = "severity", value = "critical") ``` Make sure to use lowercase values, otherwise report will show 'normal'. It's not very...
+1 for `test.each` notation. Also, Jest has amazing way of populating data [via table](https://jestjs.io/docs/api#2-testeachtablename-fn-timeout), which is very convenient when test case has 3+ parameters