phunguyen

Results 5 comments of phunguyen

Same concern here, has it been designed this way? If so, can we do it on our own?

I used testcafe and gherkin-testcafe for the step definitions https://www.npmjs.com/package/gherkin-testcafe On Tue, Mar 23, 2021 at 10:06 PM umerhamdan10 ***@***.***> wrote: > I integrate cucumber with testcafe. > > https://www.npmjs.com/package/testcafe-reporter-cucumber-json...

so in short, the steps will never be visible? On Wed, Mar 24, 2021 at 1:41 AM hdorgeval ***@***.***> wrote: > Hi @umerhamdan10 and @NHP95 > , I have given...

For me, I used testcafe programming interface to create a test runner 'gherkin-testcafe' and then in the reporter function I passed in the 'cucumber-json'. On Sat, 27 Mar 2021 at...

For anyone who got into the same issue, I kinda found a way to work around this problem by making use of JavaScript. ```json { "config": { "target": "http://localhost:8000", "phases":...