]> git.koha-community.org Git - koha.git/commit
Bug 35919: Add cypress tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 24 Jan 2024 19:18:55 +0000 (16:18 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 26 Apr 2024 15:06:04 +0000 (17:06 +0200)
commitaf6b4e1a41ee2fe154320645813038894d0c6ba4
tree37f277d5190472f30b1f2f18de145a1309d6afbc
parent149a6da9ec0508404617bbf400e6c73fff5ce192
Bug 35919: Add cypress tests

This patch adds Cypress tests for the `record sources` CRUD as required
by QA.

I tried to cover all the UI interactions and behaviours.

To test:
1. Have all the patches applied
2. Run:
   $ ktd --shell
  k$ cypress run --spec t/cypress/integration/Admin/RecordSources_spec.ts
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/cypress/integration/Admin/RecordSources_spec.ts [new file with mode: 0644]