Tim Yao

Results 20 comments of Tim Yao

Thanks @treyhendon for the fix. However, I am in the latest version 4.2.1 but still have `rule` relevant error. In my case, `keywords-in-logical-order` throws below error when I have `Rule`...

Also, `Rule` will cause `no-files-without-scenarios` fail: ``` Feature file does not have any Scenarios no-files-without-scenarios ``` Basically that means, most of lint won't work if I use `Rule` in my...

Thanks @dsm2005 , I will update the issue with `keywords-in-logical-order` issue as well.

`keywords-in-logical-order` also fails if `Rule` is in use.

Still have this issue. I am using it with Nuxt.js. Change `main` from "dist/waterwheel.js" to "lib/waterwheel.js" removed the error. Need fix.

We need this as **CircleCI will stop support for JSON format in 20 days**. Here is the announcement: https://discuss.circleci.com/t/cucumber-test-results-format-deprecation/45776 ``` Starting November 20th, all projects using the Cucumber test runner...

Hi @swrdfish @beatfactor This is still an issue in Nightwatch v2.5.1. Here is an example for v2. Using https://github.com/nightwatchjs/nightwatch-examples, create a file: `test.js` with the below code. Then run `node...

Hi @davidjgoss any plan for this?

> I've put a comment on the original discussion thread @tim-yao - essentially suggesting we won't fix this. > > If you want to continue and go ahead that's fine....

I have the same issue. I did a test and can confirm it fixes my issue.