LP1989195: Use nightwatch for e2e testing angular client
authorJane Sandberg <js7389@princeton.edu>
Fri, 9 Sep 2022 18:51:14 +0000 (11:51 -0700)
committerJane Sandberg <js7389@princeton.edu>
Wed, 22 Feb 2023 20:59:52 +0000 (12:59 -0800)
commita9df59fcc1a86a655adfc2f599158f886c816058
tree1ae552fc485125fede5b110433b5089fac1be0fc
parent922a71d07d270c6c29c506d40eed6c276ba43dd9
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