We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccd9f2 commit 592dd77Copy full SHA for 592dd77
1 file changed
packages/google-cloud-automl/CONTRIBUTING.md
@@ -47,11 +47,12 @@ accept your pull requests.
47
48
1. Run the tests:
49
50
- # Run all tests.
+ # Run unit tests.
51
npm test
52
53
- # Run all unit tests.
54
- npm run test-only
+ # Run sample integration tests.
+ gcloud auth application-default login
55
+ npm run samples-test
56
57
# Run all system tests.
58
gcloud auth application-default login
0 commit comments