mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
switching to system tests
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -12,4 +12,4 @@ jobs:
|
||||
with:
|
||||
node-version: '14.x'
|
||||
- run: npm install
|
||||
- run: npm run test-unit
|
||||
- run: npm run test-system
|
||||
@@ -145,7 +145,7 @@
|
||||
"test": "./scripts/test.sh",
|
||||
"test-unit": "nyc --reporter=text ./node_modules/mocha/bin/mocha \"test/unit/**/**.test.js\"",
|
||||
"test-lint": "./scripts/test-lint.sh",
|
||||
"test-system": "./scripts/test-system.sh",
|
||||
"test-system": "./node_modules/mocha/bin/mocha \"test/system/**.test.js\"",
|
||||
"release": "./scripts/release.sh",
|
||||
"coverage": "nyc report --reporter=html --reporter=text mocha"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user