Glossary term: Test Plan
https://feditest.org/glossary/testplan/
A sequence of tests in a Test Plan Session Template, run once each for one or more Constellations.
For example, the Test Plan may have:
- a Test Plan Session Template with tests that test “Follow”, “Like” and “Reply”,
- two Constellations, one of which runs two Mastodon instances against each other, and the other runs Mastodon against WordPress + plugins.
This Test Plan is executed as a unit, and the produced Report can now produce a test matrix that compares how these two Constellations pass or fail the same tests.
You run at TestPlan defined in a file with a command such as
feditest run --testplan <testplan-file>
.