LP1989195: Use nightwatch for e2e testing angular client
authorJane Sandberg <js7389@princeton.edu>
Fri, 9 Sep 2022 18:51:14 +0000 (11:51 -0700)
committerBill Erickson <berickxx@gmail.com>
Tue, 25 Oct 2022 17:39:54 +0000 (13:39 -0400)
commitb5aef53016722cc29d4195d04ffd2869b8df3d81
tree8cf0f64e7354324c5818214ba69b3464b8208772
parentc90dbfd03c52ca167d601921ef0eb253202c4a14
LP1989195: Use nightwatch for e2e testing angular client

Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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/navbar.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]
docs/modules/installation/pages/server_installation.adoc