kiwigrid / gherkin-testcafe

Run testcafe tests with gherkin syntax
MIT License
69 stars 2 forks source link

how to pass additional parameters to testcafe like --app #64

Closed AdaskoTheBeAsT closed 4 years ago

AdaskoTheBeAsT commented 4 years ago

hi how to pass additional parameters to testcafe?

sometimes i launch e2e tests with locally launched application with --app \"yarn start\" --app-init-delay 70000 --proxy-bypass http://localhost:4200/

how to achieve that in gherkin-testcafe?

Lukas-Kullmann commented 4 years ago

gherkin-testcafe forwards all arguments to testcafe. You can just gherkin-testcafe instead of testcafe and it should work as expected.

If you have any problems, please open another issue. 🙂

AdaskoTheBeAsT commented 4 years ago

ok it was my mistake - it really works :) thanks