]> git.evergreen-ils.org Git - Evergreen.git/commit
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:37 +0000 (10:54 -0400)
commitbcab3196cae16ad344869a9c390864127f4de146
tree4d8fce5fb924b5f5534788bfb9af7d0e43ce2eb0
parentd130c182c82be7acd73add19d4e55617f4963d37
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