Skip to content

Commit fa634f5

Browse files
committed
Additional changes after working on contract test integration
1 parent 33c873e commit fa634f5

File tree

9 files changed

+184
-113
lines changed

9 files changed

+184
-113
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test": "echo Please run tests for individual packages.",
4444
"coverage": "npm run test -- --coverage",
4545
"contract-test-service": "npm --prefix contract-tests install && npm --prefix contract-tests start",
46-
"contract-test-harness": "curl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/master/downloader/run.sh \\ | VERSION=v2 PARAMS=\"-url http://localhost:8000 -debug -stop-service-at-end $TEST_HARNESS_PARAMS\" sh",
46+
"contract-test-harness": "curl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/master/downloader/run.sh \\ | VERSION=v2 PARAMS=\"-url http://localhost:8000 -debug --skip-from=./contract-tests/testharness-suppressions.txt -stop-service-at-end $TEST_HARNESS_PARAMS\" sh",
4747
"contract-tests": "npm run contract-test-service & npm run contract-test-harness",
4848
"prettier": "npx prettier --write \"**/*.{js,ts,tsx,json,yaml,yml,md}\" --log-level warn",
4949
"check": "yarn && yarn prettier && yarn lint && tsc && yarn build"

0 commit comments

Comments
 (0)