winkingzhang / idea-run-wdio

The WebdriverIO Plugin is going to be your brilliant ideas to run test cases over @wdio/cli.
Apache License 2.0
5 stars 1 forks source link

[Feature] Add support for providing additional program arguments to wdio #17

Open alonewarrior opened 3 years ago

alonewarrior commented 3 years ago

As the title says, it would be awesome to have support for providing additional program arguments to wdio. I have a use case where I provide a js file as my config that uses commander to collect flag arguments for changing the base url to work off of, what environment should be used (e.g. dev or int), and whether to be headless or not.