-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "saleor-pactumjs",
"version": "1.0.0",
"description": "PoC for using PactumJS as API adutomation tool for Saleor Core",
"scripts": {
"test-pactum": "npx mocha pactumAndmocha/checkout.js",
"test-pactum-cucumber": "npx cucumber-js pactumAndmocha/cucumberjs -f json:reports/cucumber/cucumber_report.json",
"test-supertest-jest": "npx jest superTestAndJest/checkout.spec.js",
"cucumber-report": "node index.js",
"vitest": "npx vitest superTestAndVitest/checkout.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szczecha/saleor-pactumjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/szczecha/saleor-pactumjs/issues"
},
"homepage": "https://github.com/szczecha/saleor-pactumjs#readme",
"devDependencies": {
"@cucumber/cucumber": "^8.2.1",
"jest": "^28.1.0",
"mocha": "^10.0.0",
"pactum": "^3.1.8",
"supertest": "^6.2.3",
"vitest": "^0.12.9"
},
"dependencies": {
"chai": "^4.3.6",
"cucumber-html-reporter": "^5.5.0",
"jest-html-reporter": "^3.5.0",
"mocha-simple-html-reporter": "^2.0.0"
}
}