-
Notifications
You must be signed in to change notification settings - Fork 32
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
Not recording test steps #50
Comments
I'm having the same problem. Advice on how to make this work would be greatly appreciated. I'm using Chrome 62, and I also get nothing in my spec file when recording and exercising my app via the Recorder-spawned Chrome instance. |
I have the same problem. Nothing gets recorded and my protractor-recorder don't even start a Recorder-spawned Firefox instance or Chrome instance. |
Same issue I am also facing.. Is there any resolution for this issue? |
+1 |
1 similar comment
+1 |
I solve it with this code in server.js file: gulp.task('express', function() { ....
console.log('Conf.js saved successfully!'); ....
console.log('Spec.js saved successfully!'); try it |
Steps followed.
1.Access http://localhost:3002/app
2.Enter a url base http://www.protractortest.org and click on 'Record' to start recording.
Here when i start recording nothing seems add to spec or conf file. Currently my conf file looks like this
and my spec file looks like
![image](https://user-images.githubusercontent.com/31997178/30496027-2ef80db8-9a1c-11e7-8279-5f66d9004661.png)
Please advise how I can record the tests
The text was updated successfully, but these errors were encountered: