-
Notifications
You must be signed in to change notification settings - Fork 15
Errors and questions about the tutorial #2
Comments
Hey @wswebcreation! The TODO MVC app used in the tutorial uses local storage, so if the browser is not restarted between the sessions, the list of todo items is populated with entries from the previous test run. I think the problem with I need to look into this, but help is appreciated :-)
Nope, that's a good idea.
There was a bug which prevented protractor from being used with the latest chromedriver. I don't have the reference at hand though.
Sure, sounds sensible.
Sure, good idea. A PR would be lovely, thanks! J |
Hi @jan-molak Will take a look at it the comming days. Tnx Grtz Wim Selles 😉 |
Merged, thanks for your contribution! |
Hi there,
I was playing around with the tutorial and found some problems with it / have some questions.
Problems:
When I run the branch
1-first-scenario-implemented
I get the following error:The error is there because of this line in the
protractor.conf.js
-file,restartBrowserBetweenTests: true
, if you remove it / set it to false the error is gone. It's related to protractor issue 4087, but maybe better to remove it from the tutorial because I was now focussing on the error in stead of the tutorial (was thinking I was doing something wrong).I also got some coding errors due to the tslint based on the default code that was cloned? (Like not alphabetized imports, missing semicolon and so on?
Questions:
'disable-infobars'
tochromeOptions.args
to remove the security warning, or is there a reason not to remove it?preprotractor
installs old versions of the chromedriver? Or is it better to remove it and make a reference in the docs to the (standalone)webdriver-manager
directConnect
and to advice to install a "standalone"webdriver-manager" so we can also use the
--highlghtDelay` to the script. This is for just showing the user of the tutorial how the script works in the browser?protractor-cucumber-framework
and thetypings
If I can help with it please let me know,. I can create a PR for it if you like
The text was updated successfully, but these errors were encountered: