Skip to content

Commit c45869b

Browse files
committed
Problem "can''t find Angular" in Fiefox gelöst. Diese Version hat es noch
1 parent 45ce954 commit c45869b

19 files changed

+1777
-0
lines changed

cantFindNG.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
neues Projekt
2+
3+
"C:\\Users\\Lap126\\Documents\\auticon\\Lern\\Testautomatisierung\\Protractor\\JanRepaired":
4+
geht mit Chrome, nicht Firefox: Failed: Angular could not be found on the page http://www.angularjs.org/.
5+
6+
Verz specs und packages . und conf.js
7+
packages.json !
8+
9+
tsc --init
10+
Dieser Befehl generiert eine gut kommentierte tsconfig.json-Datei.
11+
12+
tsc geht in shell, nicht in vsc
13+
14+
Google Chrome ist auf dem neuesten Stand.
15+
Version 91.0.4472.114 (Offizieller Build) (64-Bit)
16+
17+
package.json orig:
18+
// "webdriver-update": "webdriver-manager update --standalone=false --gecko=false"
19+
"webdriver-update": "webdriver-manager update --standalone=true --gecko=true" auch nicht
20+
-------------------
21+
?:
22+
"scripts": {
23+
"compile_to_es5": "gulp compile_to_es5",
24+
in C:\Users\Lap126\Documents\auticon\Lern\Testautomatisierung\Protractor\JanRepaired\node_modules\protractor
25+
wo wir sonst es6 machen
26+
--------------------------
27+
Lösung: https://github.com/angular/angular.js/issues/17117

0 commit comments

Comments
 (0)