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
How do we extract command line arguments passed in Eclipse in our Protractor config file.
From the CLI, i pass arguments like --params.login_user=user. I am unable to use them in the protractor config file with variable process.env.login_user
The text was updated successfully, but these errors were encountered:
How do we extract command line arguments passed in Eclipse in our Protractor config file.
From the CLI, i pass arguments like
--params.login_user=user
. I am unable to use them in the protractor config file with variableprocess.env.login_user
The text was updated successfully, but these errors were encountered: