wip: e2e tests improvements

This commit is contained in:
Ralph Khreish
2025-07-11 19:11:49 +03:00
parent 39369ecd3c
commit e580e5d7c0
14 changed files with 930 additions and 2423 deletions

View File

@@ -25,10 +25,10 @@
"test:e2e:core": "node tests/e2e/run-e2e-tests.js --groups core",
"test:e2e:providers": "node tests/e2e/run-e2e-tests.js --groups providers",
"test:e2e:advanced": "node tests/e2e/run-e2e-tests.js --groups advanced",
"test:e2e:jest": "jest --config jest.e2e.config.js",
"test:e2e:jest:watch": "jest --config jest.e2e.config.js --watch",
"test:e2e:jest:command": "jest --config jest.e2e.config.js --testNamePattern",
"test:e2e:jest:report": "open test-results/e2e-test-report.html",
"test:e2e:jest": "node --experimental-vm-modules node_modules/.bin/jest --config jest.e2e.config.js",
"test:e2e:jest:watch": "node --experimental-vm-modules node_modules/.bin/jest --config jest.e2e.config.js --watch",
"test:e2e:jest:command": "node --experimental-vm-modules node_modules/.bin/jest --config jest.e2e.config.js --testNamePattern",
"test:e2e:jest:report": "open test-results/index.html",
"prepare": "chmod +x bin/task-master.js mcp-server/server.js",
"changeset": "changeset",
"release": "changeset publish",
@@ -133,8 +133,8 @@
"ink": "^5.0.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-html-reporter": "^4.3.0",
"jest-junit": "^16.0.0",
"jest-html-reporters": "^3.1.7",
"mcp-jest": "^1.0.10",
"mock-fs": "^5.5.0",
"prettier": "^3.5.3",