canonical / edgex-snap-testing

4 stars 2 forks source link

Make a list of each test suite's default tests and extra tests in README #128

Closed MonicaisHer closed 1 year ago

MonicaisHer commented 2 years ago

A list can help us quickly go through which tests are disabled by default.

For example, in edgexfoundry suite, the refresh test is disabled for a local build snap by default. When a PR is related to upgrading, we need to upload that local build snap to snapstore first, and then manually run the refresh test locally.

farshidtz commented 2 years ago

Describing each test suite and what it does is good, but maintaining the configuration documentation will be hard. Instead, I think we should modularize tests so we don't have to remember or document conditional testing workflows.

See also: