This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
How to pass complex params to protractor from command line? #51
Comments
I agree that it is unclear how to pass objects on the command line. The only example in the README shows how to pass a spec file, which is a string. Please add an example of how to pass objects on the command line. Specifically, I am having an issue passing the
None of them work, and no errors are thrown. |
after looking into the code it looks like objectArgs are curently not supported via command line |
Anyone of you already find out how to do it? |
Current behaviour is you need to pass escaped JSON object string for --params. (Sorry for unclear README.md)
If you want |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
In the readme I can see
But I can't figure out how I can pass complex params from command line, e.g. this
doesn't work as expected.
The text was updated successfully, but these errors were encountered: