diff --git a/.gitignore b/.gitignore index 0af2353..cc96960 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,15 @@ frontend/node_modules/ frontend/dist/ frontend/playwright-report/ +frontend/cypress/screenshots/ +frontend/cypress/videos/ frontend/.vite/ frontend/.cache/ # backend backend/.env -backend/__pycache__/ -backend/app/__pycache__/ +backend/**/*.pyc +backend/**/__pycache__/ backend/*.db backend/uploads/ backend/.pytest_cache/ diff --git a/backend/app/api/__pycache__/__init__.cpython-310.pyc b/backend/app/api/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 0f1c0a4..0000000 Binary files a/backend/app/api/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/__init__.cpython-311.pyc b/backend/app/api/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f6f40d1..0000000 Binary files a/backend/app/api/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/__init__.cpython-312.pyc b/backend/app/api/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d3bdf51..0000000 Binary files a/backend/app/api/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/auth.cpython-310.pyc b/backend/app/api/__pycache__/auth.cpython-310.pyc deleted file mode 100644 index 24d6747..0000000 Binary files a/backend/app/api/__pycache__/auth.cpython-310.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/auth.cpython-311.pyc b/backend/app/api/__pycache__/auth.cpython-311.pyc deleted file mode 100644 index 77bc901..0000000 Binary files a/backend/app/api/__pycache__/auth.cpython-311.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/auth.cpython-312.pyc b/backend/app/api/__pycache__/auth.cpython-312.pyc deleted file mode 100644 index d2b9369..0000000 Binary files a/backend/app/api/__pycache__/auth.cpython-312.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/orders.cpython-310.pyc b/backend/app/api/__pycache__/orders.cpython-310.pyc deleted file mode 100644 index 0b08136..0000000 Binary files a/backend/app/api/__pycache__/orders.cpython-310.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/orders.cpython-311.pyc b/backend/app/api/__pycache__/orders.cpython-311.pyc deleted file mode 100644 index 04c5688..0000000 Binary files a/backend/app/api/__pycache__/orders.cpython-311.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/orders.cpython-312.pyc b/backend/app/api/__pycache__/orders.cpython-312.pyc deleted file mode 100644 index 2806357..0000000 Binary files a/backend/app/api/__pycache__/orders.cpython-312.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/payment.cpython-310.pyc b/backend/app/api/__pycache__/payment.cpython-310.pyc deleted file mode 100644 index 8bcedc9..0000000 Binary files a/backend/app/api/__pycache__/payment.cpython-310.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/payment.cpython-311.pyc b/backend/app/api/__pycache__/payment.cpython-311.pyc deleted file mode 100644 index 7e22fb8..0000000 Binary files a/backend/app/api/__pycache__/payment.cpython-311.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/payment.cpython-312.pyc b/backend/app/api/__pycache__/payment.cpython-312.pyc deleted file mode 100644 index e728f87..0000000 Binary files a/backend/app/api/__pycache__/payment.cpython-312.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/upload.cpython-311.pyc b/backend/app/api/__pycache__/upload.cpython-311.pyc deleted file mode 100644 index 26e3570..0000000 Binary files a/backend/app/api/__pycache__/upload.cpython-311.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/works.cpython-310.pyc b/backend/app/api/__pycache__/works.cpython-310.pyc deleted file mode 100644 index ac9f98b..0000000 Binary files a/backend/app/api/__pycache__/works.cpython-310.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/works.cpython-311.pyc b/backend/app/api/__pycache__/works.cpython-311.pyc deleted file mode 100644 index 7cc7ba9..0000000 Binary files a/backend/app/api/__pycache__/works.cpython-311.pyc and /dev/null differ diff --git a/backend/app/api/__pycache__/works.cpython-312.pyc b/backend/app/api/__pycache__/works.cpython-312.pyc deleted file mode 100644 index 7443921..0000000 Binary files a/backend/app/api/__pycache__/works.cpython-312.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/__init__.cpython-310.pyc b/backend/app/core/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 3b4d2b1..0000000 Binary files a/backend/app/core/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/__init__.cpython-311.pyc b/backend/app/core/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c673de9..0000000 Binary files a/backend/app/core/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/__init__.cpython-312.pyc b/backend/app/core/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index afe9cf4..0000000 Binary files a/backend/app/core/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/config.cpython-310.pyc b/backend/app/core/__pycache__/config.cpython-310.pyc deleted file mode 100644 index 2e65c4b..0000000 Binary files a/backend/app/core/__pycache__/config.cpython-310.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/config.cpython-311.pyc b/backend/app/core/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 61a9179..0000000 Binary files a/backend/app/core/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/config.cpython-312.pyc b/backend/app/core/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 8a38cd3..0000000 Binary files a/backend/app/core/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/database.cpython-310.pyc b/backend/app/core/__pycache__/database.cpython-310.pyc deleted file mode 100644 index 30a854a..0000000 Binary files a/backend/app/core/__pycache__/database.cpython-310.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/database.cpython-311.pyc b/backend/app/core/__pycache__/database.cpython-311.pyc deleted file mode 100644 index ab5a2f6..0000000 Binary files a/backend/app/core/__pycache__/database.cpython-311.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/database.cpython-312.pyc b/backend/app/core/__pycache__/database.cpython-312.pyc deleted file mode 100644 index 0d12647..0000000 Binary files a/backend/app/core/__pycache__/database.cpython-312.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/security.cpython-310.pyc b/backend/app/core/__pycache__/security.cpython-310.pyc deleted file mode 100644 index a207097..0000000 Binary files a/backend/app/core/__pycache__/security.cpython-310.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/security.cpython-311.pyc b/backend/app/core/__pycache__/security.cpython-311.pyc deleted file mode 100644 index b462fc0..0000000 Binary files a/backend/app/core/__pycache__/security.cpython-311.pyc and /dev/null differ diff --git a/backend/app/core/__pycache__/security.cpython-312.pyc b/backend/app/core/__pycache__/security.cpython-312.pyc deleted file mode 100644 index e0c3103..0000000 Binary files a/backend/app/core/__pycache__/security.cpython-312.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/__init__.cpython-310.pyc b/backend/app/models/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index da855f7..0000000 Binary files a/backend/app/models/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/__init__.cpython-311.pyc b/backend/app/models/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 03b0260..0000000 Binary files a/backend/app/models/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/__init__.cpython-312.pyc b/backend/app/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d608062..0000000 Binary files a/backend/app/models/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/download.cpython-310.pyc b/backend/app/models/__pycache__/download.cpython-310.pyc deleted file mode 100644 index dba2ed1..0000000 Binary files a/backend/app/models/__pycache__/download.cpython-310.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/download.cpython-311.pyc b/backend/app/models/__pycache__/download.cpython-311.pyc deleted file mode 100644 index 5ac7b51..0000000 Binary files a/backend/app/models/__pycache__/download.cpython-311.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/download.cpython-312.pyc b/backend/app/models/__pycache__/download.cpython-312.pyc deleted file mode 100644 index 0b22ecb..0000000 Binary files a/backend/app/models/__pycache__/download.cpython-312.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/order.cpython-310.pyc b/backend/app/models/__pycache__/order.cpython-310.pyc deleted file mode 100644 index a6bcdbb..0000000 Binary files a/backend/app/models/__pycache__/order.cpython-310.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/order.cpython-311.pyc b/backend/app/models/__pycache__/order.cpython-311.pyc deleted file mode 100644 index ae6ec3e..0000000 Binary files a/backend/app/models/__pycache__/order.cpython-311.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/order.cpython-312.pyc b/backend/app/models/__pycache__/order.cpython-312.pyc deleted file mode 100644 index f1de4c4..0000000 Binary files a/backend/app/models/__pycache__/order.cpython-312.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/user.cpython-310.pyc b/backend/app/models/__pycache__/user.cpython-310.pyc deleted file mode 100644 index d8f049a..0000000 Binary files a/backend/app/models/__pycache__/user.cpython-310.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/user.cpython-311.pyc b/backend/app/models/__pycache__/user.cpython-311.pyc deleted file mode 100644 index 217ba3d..0000000 Binary files a/backend/app/models/__pycache__/user.cpython-311.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/user.cpython-312.pyc b/backend/app/models/__pycache__/user.cpython-312.pyc deleted file mode 100644 index a3f10d6..0000000 Binary files a/backend/app/models/__pycache__/user.cpython-312.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/work.cpython-310.pyc b/backend/app/models/__pycache__/work.cpython-310.pyc deleted file mode 100644 index 17ce035..0000000 Binary files a/backend/app/models/__pycache__/work.cpython-310.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/work.cpython-311.pyc b/backend/app/models/__pycache__/work.cpython-311.pyc deleted file mode 100644 index 12554cc..0000000 Binary files a/backend/app/models/__pycache__/work.cpython-311.pyc and /dev/null differ diff --git a/backend/app/models/__pycache__/work.cpython-312.pyc b/backend/app/models/__pycache__/work.cpython-312.pyc deleted file mode 100644 index 542c67c..0000000 Binary files a/backend/app/models/__pycache__/work.cpython-312.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/__init__.cpython-310.pyc b/backend/app/schemas/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 1ad38a4..0000000 Binary files a/backend/app/schemas/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/__init__.cpython-311.pyc b/backend/app/schemas/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ce7e88d..0000000 Binary files a/backend/app/schemas/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/__init__.cpython-312.pyc b/backend/app/schemas/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 2edd3c5..0000000 Binary files a/backend/app/schemas/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/order.cpython-310.pyc b/backend/app/schemas/__pycache__/order.cpython-310.pyc deleted file mode 100644 index 3bef1af..0000000 Binary files a/backend/app/schemas/__pycache__/order.cpython-310.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/order.cpython-311.pyc b/backend/app/schemas/__pycache__/order.cpython-311.pyc deleted file mode 100644 index 659c915..0000000 Binary files a/backend/app/schemas/__pycache__/order.cpython-311.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/order.cpython-312.pyc b/backend/app/schemas/__pycache__/order.cpython-312.pyc deleted file mode 100644 index afd1f27..0000000 Binary files a/backend/app/schemas/__pycache__/order.cpython-312.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/user.cpython-310.pyc b/backend/app/schemas/__pycache__/user.cpython-310.pyc deleted file mode 100644 index 4dd4eff..0000000 Binary files a/backend/app/schemas/__pycache__/user.cpython-310.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/user.cpython-311.pyc b/backend/app/schemas/__pycache__/user.cpython-311.pyc deleted file mode 100644 index 18b219b..0000000 Binary files a/backend/app/schemas/__pycache__/user.cpython-311.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/user.cpython-312.pyc b/backend/app/schemas/__pycache__/user.cpython-312.pyc deleted file mode 100644 index 31d2570..0000000 Binary files a/backend/app/schemas/__pycache__/user.cpython-312.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/work.cpython-310.pyc b/backend/app/schemas/__pycache__/work.cpython-310.pyc deleted file mode 100644 index 9951f66..0000000 Binary files a/backend/app/schemas/__pycache__/work.cpython-310.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/work.cpython-311.pyc b/backend/app/schemas/__pycache__/work.cpython-311.pyc deleted file mode 100644 index 6c97211..0000000 Binary files a/backend/app/schemas/__pycache__/work.cpython-311.pyc and /dev/null differ diff --git a/backend/app/schemas/__pycache__/work.cpython-312.pyc b/backend/app/schemas/__pycache__/work.cpython-312.pyc deleted file mode 100644 index 6aae703..0000000 Binary files a/backend/app/schemas/__pycache__/work.cpython-312.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/__init__.cpython-310.pyc b/backend/app/ysm_sdk/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index be23b28..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/__init__.cpython-311.pyc b/backend/app/ysm_sdk/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2979971..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/__init__.cpython-312.pyc b/backend/app/ysm_sdk/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 09c6927..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/api.cpython-310.pyc b/backend/app/ysm_sdk/__pycache__/api.cpython-310.pyc deleted file mode 100644 index 099b8df..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/api.cpython-310.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/api.cpython-311.pyc b/backend/app/ysm_sdk/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 6b88eb0..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/api.cpython-312.pyc b/backend/app/ysm_sdk/__pycache__/api.cpython-312.pyc deleted file mode 100644 index ee20e90..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/api.cpython-312.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/notify.cpython-310.pyc b/backend/app/ysm_sdk/__pycache__/notify.cpython-310.pyc deleted file mode 100644 index d9fb222..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/notify.cpython-310.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/notify.cpython-311.pyc b/backend/app/ysm_sdk/__pycache__/notify.cpython-311.pyc deleted file mode 100644 index 8d8f9f4..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/notify.cpython-311.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/notify.cpython-312.pyc b/backend/app/ysm_sdk/__pycache__/notify.cpython-312.pyc deleted file mode 100644 index 410befc..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/notify.cpython-312.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/pay.cpython-310.pyc b/backend/app/ysm_sdk/__pycache__/pay.cpython-310.pyc deleted file mode 100644 index 6343400..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/pay.cpython-310.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/pay.cpython-311.pyc b/backend/app/ysm_sdk/__pycache__/pay.cpython-311.pyc deleted file mode 100644 index 84b9566..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/pay.cpython-311.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/pay.cpython-312.pyc b/backend/app/ysm_sdk/__pycache__/pay.cpython-312.pyc deleted file mode 100644 index e5cb86d..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/pay.cpython-312.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/query.cpython-310.pyc b/backend/app/ysm_sdk/__pycache__/query.cpython-310.pyc deleted file mode 100644 index db0985c..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/query.cpython-310.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/query.cpython-311.pyc b/backend/app/ysm_sdk/__pycache__/query.cpython-311.pyc deleted file mode 100644 index 16fef20..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/query.cpython-311.pyc and /dev/null differ diff --git a/backend/app/ysm_sdk/__pycache__/query.cpython-312.pyc b/backend/app/ysm_sdk/__pycache__/query.cpython-312.pyc deleted file mode 100644 index da5db38..0000000 Binary files a/backend/app/ysm_sdk/__pycache__/query.cpython-312.pyc and /dev/null differ diff --git a/frontend/cypress/screenshots/auth.cy.js/用户认证测试 -- 应该能够使用已注册账号登录 (failed).png b/frontend/cypress/screenshots/auth.cy.js/用户认证测试 -- 应该能够使用已注册账号登录 (failed).png deleted file mode 100644 index 27abd59..0000000 Binary files a/frontend/cypress/screenshots/auth.cy.js/用户认证测试 -- 应该能够使用已注册账号登录 (failed).png and /dev/null differ diff --git a/frontend/cypress/screenshots/auth.cy.js/用户认证测试 -- 应该能够成功注册新用户 (failed).png b/frontend/cypress/screenshots/auth.cy.js/用户认证测试 -- 应该能够成功注册新用户 (failed).png deleted file mode 100644 index 4eb2455..0000000 Binary files a/frontend/cypress/screenshots/auth.cy.js/用户认证测试 -- 应该能够成功注册新用户 (failed).png and /dev/null differ diff --git a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 已登录用户应该能看到购买弹窗 (failed).png b/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 已登录用户应该能看到购买弹窗 (failed).png deleted file mode 100644 index fb82b88..0000000 Binary files a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 已登录用户应该能看到购买弹窗 (failed).png and /dev/null differ diff --git a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 应该验证分享功能 (failed).png b/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 应该验证分享功能 (failed).png deleted file mode 100644 index 8496a68..0000000 Binary files a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 应该验证分享功能 (failed).png and /dev/null differ diff --git a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 应该验证收藏功能 (failed).png b/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 应该验证收藏功能 (failed).png deleted file mode 100644 index 41c5f32..0000000 Binary files a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 应该验证收藏功能 (failed).png and /dev/null differ diff --git a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 未登录用户点击下载应该提示登录 (failed).png b/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 未登录用户点击下载应该提示登录 (failed).png deleted file mode 100644 index 989881d..0000000 Binary files a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 未登录用户点击下载应该提示登录 (failed).png and /dev/null differ diff --git a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 点击确定购买应该创建订单 (failed).png b/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 点击确定购买应该创建订单 (failed).png deleted file mode 100644 index 4111cf5..0000000 Binary files a/frontend/cypress/screenshots/purchase.cy.js/购买流程测试 -- 点击确定购买应该创建订单 (failed).png and /dev/null differ diff --git a/frontend/cypress/videos/auth.cy.js.mp4 b/frontend/cypress/videos/auth.cy.js.mp4 deleted file mode 100644 index 91f2a1e..0000000 Binary files a/frontend/cypress/videos/auth.cy.js.mp4 and /dev/null differ diff --git a/frontend/cypress/videos/purchase.cy.js.mp4 b/frontend/cypress/videos/purchase.cy.js.mp4 deleted file mode 100644 index ff584fa..0000000 Binary files a/frontend/cypress/videos/purchase.cy.js.mp4 and /dev/null differ diff --git a/frontend/cypress/videos/works.cy.js.mp4 b/frontend/cypress/videos/works.cy.js.mp4 deleted file mode 100644 index bf636e6..0000000 Binary files a/frontend/cypress/videos/works.cy.js.mp4 and /dev/null differ