Bugzilla – Attachment 149534 Details for
Bug 33402
ERM Cypress tests needs to be moved to their own directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33402: Move ERM Cypress tests to their own directory
Bug-33402-Move-ERM-Cypress-tests-to-their-own-dire.patch (text/plain), 2.44 KB, created by
Martin Renvoize (ashimema)
on 2023-04-12 12:42:49 UTC
(
hide
)
Description:
Bug 33402: Move ERM Cypress tests to their own directory
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-04-12 12:42:49 UTC
Size:
2.44 KB
patch
obsolete
>From fba32789c173e8a0c90202a6aca3d359cc4af75e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 4 Apr 2023 13:27:13 +0200 >Subject: [PATCH] Bug 33402: Move ERM Cypress tests to their own directory > >We need to move the existing Cypress tests (that are ERM only, t/cypress/integration/*.ts ) >to their own subdirectory, eg t/cypress/integration/ERM > >Test plan: >Confirm that the cypress tests are still passing after this change: > perl /kohadevbox/misc4dev/run_tests.pl --run-cypress-tests-only > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/cypress/integration/{ => ERM}/Agreements_spec.ts | 0 > t/cypress/integration/{ => ERM}/Dialog_spec.ts | 0 > t/cypress/integration/{ => ERM}/Licenses_spec.ts | 0 > t/cypress/integration/{ => ERM}/Packages_spec.ts | 0 > t/cypress/integration/{ => ERM}/Titles_spec.ts | 0 > 5 files changed, 0 insertions(+), 0 deletions(-) > rename t/cypress/integration/{ => ERM}/Agreements_spec.ts (100%) > rename t/cypress/integration/{ => ERM}/Dialog_spec.ts (100%) > rename t/cypress/integration/{ => ERM}/Licenses_spec.ts (100%) > rename t/cypress/integration/{ => ERM}/Packages_spec.ts (100%) > rename t/cypress/integration/{ => ERM}/Titles_spec.ts (100%) > >diff --git a/t/cypress/integration/Agreements_spec.ts b/t/cypress/integration/ERM/Agreements_spec.ts >similarity index 100% >rename from t/cypress/integration/Agreements_spec.ts >rename to t/cypress/integration/ERM/Agreements_spec.ts >diff --git a/t/cypress/integration/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts >similarity index 100% >rename from t/cypress/integration/Dialog_spec.ts >rename to t/cypress/integration/ERM/Dialog_spec.ts >diff --git a/t/cypress/integration/Licenses_spec.ts b/t/cypress/integration/ERM/Licenses_spec.ts >similarity index 100% >rename from t/cypress/integration/Licenses_spec.ts >rename to t/cypress/integration/ERM/Licenses_spec.ts >diff --git a/t/cypress/integration/Packages_spec.ts b/t/cypress/integration/ERM/Packages_spec.ts >similarity index 100% >rename from t/cypress/integration/Packages_spec.ts >rename to t/cypress/integration/ERM/Packages_spec.ts >diff --git a/t/cypress/integration/Titles_spec.ts b/t/cypress/integration/ERM/Titles_spec.ts >similarity index 100% >rename from t/cypress/integration/Titles_spec.ts >rename to t/cypress/integration/ERM/Titles_spec.ts >-- >2.40.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33402
:
149125
|
149192
|
149336
| 149534 |
149553