-
I use this module in my application to display notifications that disappear after a few seconds, and I write protractor e2e tests : the notifications are not testable.
This issue comes from the $timeo…
-
I have set up protractor-tests for our angular projects.
On jenkins the gradle script uses gradle-node-plugin to run the protractor tests.
``` gradle
task update_webdriver(type: NodeTask){
script…
-
Links:
* https://www.npmjs.com/package/protractor-istanbul-plugin
* https://www.npmjs.com/package/remap-istanbul
More links to check:
* https://www.npmjs.com/package/protractor-istanbul-plugin
* …
-
I am developing an Angular library that has an indirect dependency on `jsonld`.
When I run my E2E tests that import elements of my Angular library I get:
> E/launcher - Error: ReferenceError: wind…
-
Hi,
My protractor configuration and tests use babel-node to transcompile from ES6 to ES5.
I'm starting them like `babel-node node_modules/.bin/protractor protractor.conf.js`
However protrac…
-
Bug report
---
- Node Version: `14.6.0`
- Protractor Version: `7.0.0`
- Angular Version: `11.0.9`
- Browser(s): `chrome`
- Operating System and Version: `Windows 10 Enterprise`
- Your protrac…
-
## Beschreibung
Ich würde den Fahrplan wie folgt aufteilen
1. Skills / Technologien zum erlernen
2. Aufgabenstellungen, welche auf entsprechende Skills einwirken
3. Allgemeine Ressourcen
Dieses…
-
I'm getting this error: `TypeError: Cannot read property 'stack' of undefined` on test 3 of 6. After the 3rd test, the test run stops and my jasmine reporters do not run. Is it possible to force the p…
-
must upgrade gulp-protractor to 2.1.o (latest)
-
Hi,
I use this module in my application, and I started to write e2e tests with protractor.
There is no problem when writing tests for function using notification which stay on screen, but notificatio…