Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to lint two test packages name using glob pattern? #242

Open
nishudixit opened this issue Oct 22, 2020 · 1 comment
Open

Comments

@nishudixit
Copy link

I have two packages for e2e tests framework:

app-test-e2e-webapp
app-test-e2e-mobileapp

When I am trying to pattern it like this, then it is not working
gherkin-lint ../mdt-app-test-e2e-*/src//*.feature**

How can I achieve that?

@josemenveg
Copy link
Contributor

Have you tried to launch gherkin-lint from a folder who is parent of both packages?
When I call it, it searchs in all the directory tree (without specifing the path).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants