Cucumber+ WebStorm plugin not detecting any e2e tests

26 Views Asked by At

I'm trying to set up Cucumber + plugin on WebStorm (IntelliJ) and no Cucumber tests are being detected.

Folder structure:

- UI
  - Project1
    - e2e (cucumber)
  - Project2
    - e2e (cucumber)

What I'm seeing: enter image description here

How can I solve this problem?

0

There are 0 best solutions below