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

Add Jasmine framework support #13

Open printminion opened 3 years ago

printminion commented 3 years ago

Currently test execution starts with --framework Mocha

It would be nice to be able to start tests with --framework Jasmine

wenqingzhang commented 3 years ago

yup, thanks for good idea, I am still working on this, there are two steps in my minds;

  1. can customize (select) framework in configuration UI . . . <- working on here, be ready in next release
  2. automatically detect installed framework and apply it to configuration