-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test description not passed to baseFileName variable #3
Comments
Hi Thanks |
Hi, I'm running the tests by directly invokating protractor and using the config below:
In my case the application is already deployed and running in an external server and I'm invoking each of the specs individually in order to have a more granular control of the execution results. Thanks. |
I got exactly the same problem, running a simple test, with the server external also .. |
So you need to declare your it in the same "test" way: |
I got this too, and I am using names for the |
Issue got resolved?? If its resolved please pine me the solution |
I've created the folling test:
If I try to execute this single spec (named test.spec.js) this produces the following error:
I'm using Protractor 3.0.0 and Jasmine 2.5.1
The text was updated successfully, but these errors were encountered: