-
Our self-docu should be a good example of a Scenarioo documentation. Therefore we should improve the structure / naming / labels / details, etc. of it to match our quality standards.
-
```
In core/tests/protractor/editorAndPlayer.js it used to be the case that the
"editor.expectStateNamesToBe(['state1', 'state2', 'END'])" line came just
before the previous "editor.moveToState('sta…
-
# Setup Protractor E2E Tests with Aurelia CLI Apps | Pragmatic Coder
Keeping things understandable ... most of the time
[http://pragmatic-coder.net/setup-protractor-e2e-tests-with-aurelia-cli-apps/]…
-
To reproduce the issue, create these files:
```javascript
// tests/conf.js
exports.config = {
framework: 'jasmine',
specs: ['spec.js'],
capabilities: {
browserName: 'chrome'
},
…
-
Assuming the acceptance criteria are in the works, we should start co-developing the e2e protractor tests. Brice to help get things bootstrapped, but assigning to @mgeorge4 for now.
-
Hi
I've made a start trying to convert the existing tests to use protractor and I'm trying to run them on TravisCI/SauceLabs.
So far I've got a couple of simple tests passing locally but I'm hav…
B3nCr updated
7 years ago
-
I constantly get the following error :
`unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.25.426924 (649f9b868f6783ec9de71c123212b908bf3b232e),platform=Linux …
-
Hi,
There is an issue with ng2-ace-editor and protractor e2e tests. Tests does not work for pages in which ng2-ace-editor is used. As soon as test navigates to a page in which ng2-ace-editor is use…
-
Currently, we are using protractor for end-to-end tests. It seems like protractor will be deprecated in the future. https://github.com/angular/protractor/issues/5502
Also, I couldn't find a good w…
-
Hi. I was so happy to come across your module the other day as this is a problem tht is killing confidence in our e2e tests at the moment!
We usually run our tests using **npm run protractor** w…