Skip to content

Commit

Permalink
test(docs): add visual testing using applitools (#4872)
Browse files Browse the repository at this point in the history
* test(docs): add visual testing using applitools

* chore: delete other spec files

* chore: change the core-js import
  • Loading branch information
Nkemjiks authored and niklas-wortmann committed Sep 5, 2019
1 parent 8c32ed0 commit fc3d426
Show file tree
Hide file tree
Showing 10 changed files with 138 additions and 697 deletions.
182 changes: 95 additions & 87 deletions docs_app/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs_app/package.json
Expand Up @@ -59,6 +59,7 @@
"@webcomponents/custom-elements": "^1.2.4",
"classlist.js": "^1.1.20150312",
"core-js": "^3.1.3",
"eyes.selenium": "^3.7.0",
"rxjs": "^6.5.2",
"tslib": "^1.10.0",
"web-animations-js": "github:angular/web-animations-js#release_pr208",
Expand Down
3 changes: 1 addition & 2 deletions docs_app/src/environments/environment.ts
Expand Up @@ -8,8 +8,7 @@
//
// In order to load these polyfills early enough (before app code), polyfill.ts imports this file to
// to change the order in the final bundle.
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'core-js/es/reflect';


export const environment = {
Expand Down
69 changes: 0 additions & 69 deletions docs_app/tests/e2e/api.e2e-spec.ts

This file was deleted.

42 changes: 0 additions & 42 deletions docs_app/tests/e2e/api.po.ts

This file was deleted.

185 changes: 0 additions & 185 deletions docs_app/tests/e2e/app.e2e-spec.ts

This file was deleted.

81 changes: 0 additions & 81 deletions docs_app/tests/e2e/app.po.ts

This file was deleted.

0 comments on commit fc3d426

Please sign in to comment.