You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Jasmine to run our botium tests and I was wondering if it's possible to run tests in one of the two convo directories by providing a parameter on runtime?
For example in the screenshot below you can see we have two convo directories defined on our package.json and by default all the test scripts (convo.txt) in these two folders run when I use npm run test
I am looking at running tests under one of these convodirs by providing the convo directory path/name at runtime or maybe creating a script pointing to one of these so that I could run something like this
npm run auth - to run scripts in auth directory npm run unaut - to run scripts un unauth directory
package.json - scripts
botium.spec.ts
The text was updated successfully, but these errors were encountered:
We are using Jasmine to run our botium tests and I was wondering if it's possible to run tests in one of the two convo directories by providing a parameter on runtime?
For example in the screenshot below you can see we have two convo directories defined on our package.json and by default all the test scripts (convo.txt) in these two folders run when I use
npm run test
I am looking at running tests under one of these
convodirs
by providing the convo directory path/name at runtime or maybe creating a script pointing to one of these so that I could run something like thisnpm run auth
- to run scripts in auth directorynpm run unaut
- to run scripts un unauth directorypackage.json - scripts
botium.spec.ts
The text was updated successfully, but these errors were encountered: