]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/eg2/angular.json
LP1989195: Use nightwatch for e2e testing angular client
authorJane Sandberg <js7389@princeton.edu>
Fri, 9 Sep 2022 18:51:14 +0000 (11:51 -0700)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 9 May 2023 14:54:25 +0000 (10:54 -0400)
commit4949d1a6dbee760be840418025dc90a3bec7f8f2
treed7df7a7bc97b461c53ead90431c3b122329c3a6b
parent1f5ae30070ebc4f3a7b1f21c1550f84e6bd4a338
LP1989195: Use nightwatch for e2e testing angular client

Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
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