Skip to content

Commit

Permalink
Enable Checkpoints by default (#664)
Browse files Browse the repository at this point in the history
* Enable Checkpoints by default

* Disable UI tests until we modify them for the XPath change in VS Code 1.28
  • Loading branch information
James Suplizio authored Oct 8, 2018
1 parent b407027 commit 34d52a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test_script:
"Running npm run test:without-system-tests..."
"--------------------------------------------"
npm run test:without-system-tests
npm run coverage:system-tests
#npm run coverage:system-tests
npm run aggregateJUnit
junit-merge -d junit-aggregate -o junit-aggregate.xml
$NpmTestsExitCode = $LastExitCode
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"test:integration": "lerna run test:integration --concurrency 1 --stream",
"test:without-system-tests":
"lerna exec --ignore system-tests --concurrency 1 --stream --bail=false -- npm run test",
"test:system-tests":
"lerna run test --scope system-tests --concurrency 1 --stream",
"coverage:system-tests":
"lerna run coverage --scope system-tests --concurrency 1 --stream",
"vscode:package":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"properties": {
"salesforcedx-vscode-apex-replay-debugger-checkpoints.enabled": {
"type": "boolean",
"default": false,
"default": true,
"description": "%replay-debugger_checkpoints_enabled%"
}
}
Expand Down

0 comments on commit 34d52a8

Please sign in to comment.