From 5fa9d08017e1d04b64d8b51ac79b43fa646a5c18 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 4 Sep 2025 08:49:37 -0400 Subject: [PATCH] Updated npm scripts --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f9fd244..f9ab8f9 100644 --- a/package.json +++ b/package.json @@ -7,15 +7,17 @@ "build:wasm": "wasm-pack build colorlib -t bundler -d pkg --release", "check": "tsc --noEmit -p tsconfig.app.json", "clean": "rm -rf dist colorlib/pkg*", - "cypress:open": "1>/dev/null 2>/dev/null cypress open -d &", + "cypress": "1>/dev/null 2>/dev/null cypress open -d &", "dev": "vite", "lint": "eslint .", "preview": "vite preview", "test:wasm": "cargo test --lib --manifest-path colorlib/Cargo.toml", "test:wasmdoc": "cargo test --doc --manifest-path colorlib/Cargo.toml", "test": "vitest", - "test:component:chrome": "cypress run --component -b chromium", - "test:component:fire": "cypress run --component -b firefox" + "test:component": "cypress run --component -b chromium", + "test:component:fire": "cypress run --component -b firefox", + "test:e2e": "cypress run --e2e -b chromium", + "test:e2e:firefox": "cypress run --e2e -b firefox" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.0.0",