You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A test_strictness_level field was introduced to Source Acceptance Tests (SAT).
Chargebee is a generally_available connector, we want it to have a high test strictness level.
This will help:
maximize the SAT coverage on this connector.
document its potential weaknesses in term of test coverage.
How
Migrate the existing acceptance-test-config.yml file to the latest configuration format. (See instructions here)
Enable high test strictness level in acceptance-test-config.yml. (See instructions here)
Commit changes on acceptance-test-config.yml and open a PR.
Run SAT with the /test command on the branch.
If tests are failing please fix the failing test or use bypass_reason fields to explain why a specific test can't be run.
The text was updated successfully, but these errors were encountered:
What
A
test_strictness_level
field was introduced to Source Acceptance Tests (SAT).Chargebee is a generally_available connector, we want it to have a
high
test strictness level.This will help:
How
acceptance-test-config.yml
file to the latest configuration format. (See instructions here)high
test strictness level inacceptance-test-config.yml
. (See instructions here)acceptance-test-config.yml
and open a PR./test
command on the branch.bypass_reason
fields to explain why a specific test can't be run.The text was updated successfully, but these errors were encountered: