Bugzilla – Attachment 143969 Details for
Bug 32224
Add cypress and prettier to the yarn commands
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32224: Add cypress to yarn commands
Bug-32224-Add-cypress-to-yarn-commands.patch (text/plain), 1.11 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-16 19:35:47 UTC
(
hide
)
Description:
Bug 32224: Add cypress to yarn commands
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-16 19:35:47 UTC
Size:
1.11 KB
patch
obsolete
>From 6ba32172beb2da4ed6eced68e64da400c2f3b08b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Nov 2022 09:19:12 +0100 >Subject: [PATCH] Bug 32224: Add cypress to yarn commands > >Either I am missing something obvious, or we need to add cypress to the scripts of package.json > >With /kohadevbox/node_modules only (ie. without $SYNC_REPO/node_modules), I cannot run > yarn run cypress run > >`cypress run` is working with an adjusted PATH (see https://gitlab.com/koha-community/koha-testing-docker/-/issues/313#note_1173792905) but I think both should work. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > package.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/package.json b/package.json >index d7c12095615..3896df37cfc 100644 >--- a/package.json >+++ b/package.json >@@ -45,7 +45,8 @@ > "build_js": "webpack --mode production", > "watch_js": "webpack --mode development --watch", > "css": "gulp css", >- "watch": "gulp watch" >+ "watch": "gulp watch", >+ "cypress": "cypress" > }, > "repository": { > "type": "git", >-- >2.38.1
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 32224
:
143943
|
143969
|
143983
|
144014
|
144015