We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onboarding, wanting to adopt the tool or potentially contribute to the repo
A part of getting started with the toolkit is proving that it works.
Ideally the tests should be automated and consistent.
(a) Mock API Usage [default]
Running the test should not make changes in your account by default, but should simulate API usage and tell you what it would do.
This is simply proving that your code is working and mapping to API spec (as reflected in the mocks)
(b) Actual API Usage [opt-in]
You should be able to run the same set of tests which actually make changes in prod on your GCP project:
test_scrapi_pdf_<uuid>
test_scrapi_csv_<uuid>
test_scrapi_blended_<uuid>
More tutorial walkthroughs like Bot Building Series 101. If this is the chosen approach:
Forked from #70 and CLI discussion.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your proposal related to a problem?
onboarding, wanting to adopt the tool or potentially contribute to the repo
Describe the solution you'd like
A part of getting started with the toolkit is proving that it works.
Ideally the tests should be automated and consistent.
(a) Mock API Usage [default]
Running the test should not make changes in your account by default, but should simulate API usage and tell you what it would do.
This is simply proving that your code is working and mapping to API spec (as reflected in the mocks)
(b) Actual API Usage [opt-in]
You should be able to run the same set of tests which actually make changes in prod on your GCP project:
test_scrapi_pdf_<uuid>
test_scrapi_csv_<uuid>
test_scrapi_blended_<uuid>
(new)Describe alternatives you've considered
More tutorial walkthroughs like Bot Building Series 101. If this is the chosen approach:
Additional context
Forked from #70 and CLI discussion.
The text was updated successfully, but these errors were encountered: