Skip to content

Commit

Permalink
test: add run_integration_test_debug package.json script to run integ…
Browse files Browse the repository at this point in the history
…ration test with DEBUG=1 (#1224)

Usage is `yarn run_integration_test_debug //examples:examples_foobar` and `yarn run_integration_test_debug //e2e:e2e_foobar`
  • Loading branch information
gregmagolan authored Oct 2, 2019
1 parent 697bd22 commit 89e3a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"test_e2e": "bazel --host_jvm_args=-Xms256m --host_jvm_args=-Xmx1280m test --test_tag_filters=e2e --local_resources=792,1.0,1.0 --test_arg=--local_resources=13288,1.0,1.0 ...",
"test_examples": "bazel --host_jvm_args=-Xms256m --host_jvm_args=-Xmx1280m test --test_tag_filters=examples --local_resources=792,1.0,1.0 --test_arg=--local_resources=13288,1.0,1.0 ...",
"run_integration_test": "bazel --host_jvm_args=-Xms256m --host_jvm_args=-Xmx1280m run --local_resources=792,1.0,1.0 --test_arg=--local_resources=13288,1.0,1.0",
"run_integration_test_debug": "yarn run_integration_test --define=DEBUG=1",
"test_all": "./scripts/test_all.sh",
"clean_all": "./scripts/clean_all.sh",
"// Unchecked warnings": "The following warnings are not checked as disabling them locally is broken",
Expand Down

0 comments on commit 89e3a89

Please sign in to comment.