How to integrate cucumberjs-allure2-reporter into Protractor-Cucumber-Typescript Framework #1333
jobby-tech
started this conversation in
General Discussion
Replies: 1 comment 3 replies
-
Hey there! We are currently working on JS integration examples, so stay tuned, and we'll provide a solution soon. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have been using cucumber-html-reporter for generating the reports,
and looking to integrate cucumberjs-allure2-reporter into Protractor-Cucumber-Typescript Framework
could you please help out on how to integrate?
Below is my existing Config File
export let config : Config ={
/* suites: {
smoke: 'spec/smoketests/*.js',
full: 'spec/*.js' },
*/
};
Beta Was this translation helpful? Give feedback.
All reactions