LP1989195: Use nightwatch for e2e testing angular client user/sandbergja/lp1989195_nightwatch_over_protractor-update
authorJane Sandberg <js7389@princeton.edu>
Fri, 9 Sep 2022 18:51:14 +0000 (11:51 -0700)
committerJane Sandberg <js7389@princeton.edu>
Wed, 14 Sep 2022 18:41:34 +0000 (11:41 -0700)
commit0b9657c47afe0c1639d51fca88206e98cefecd3a
treeafb8153c438bc20d7ed5882097da955a4f5c6331
parent59772306ea8fa248464ee254bde8b13a54536e80
LP1989195: Use nightwatch for e2e testing angular client

Signed-off-by: Jane Sandberg <js7389@princeton.edu>
25 files changed:
Open-ILS/src/eg2/.gitignore
Open-ILS/src/eg2/CHEAT_SHEET.adoc
Open-ILS/src/eg2/angular.json
Open-ILS/src/eg2/e2e/app.e2e-spec.ts [deleted file]
Open-ILS/src/eg2/e2e/app.po.ts [deleted file]
Open-ILS/src/eg2/e2e/tsconfig.e2e.json [deleted file]
Open-ILS/src/eg2/nightwatch.conf.js [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/fixtures/authority-record.mrc [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/pages/staff/admin/orgUnitAdmin.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/pages/staff/admin/workstationAdmin.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/pages/staff/cat/authority.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/pages/staff/cat/vandelay.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/pages/staff/login.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/pages/staff/share/marcEdit.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/src/staff/acq/provider.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/src/staff/admin/org_unit.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/src/staff/cat/authority.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/src/staff/cat/vandelay.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/src/utils.ts [new file with mode: 0644]
Open-ILS/src/eg2/nightwatch/tsconfig.json [new file with mode: 0644]
Open-ILS/src/eg2/package-lock.json
Open-ILS/src/eg2/package.json
Open-ILS/src/eg2/protractor.conf.js [deleted file]
Open-ILS/src/eg2/src/app/staff/nav.component.html
docs/modules/installation/pages/server_installation.adoc