mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
39cef4c43f
Reverts #1640 so that the homepage does not change during the patch release. This commit will be re-applied after the release is cut. |
||
---|---|---|
.. | ||
admin.spec.ts | ||
maintainer.spec.ts | ||
observer.spec.ts | ||
README.md | ||
team_maintainer_observer.spec.ts | ||
teamflow.spec.ts |
Basic tier tests
These tests should only run when the server is in basic
tier.
To enable the tests:
export CYPRESS_FLEET_TIER=basic
Before running the appropriate yarn cypress (open|run)
command.
Filtering
Any test suite in this directory should use the following pattern for filtering:
FIXME: There must be a better way to do this for all tests in the directory rather than having to add the check in each file?
if (Cypress.env("FLEET_TIER") === "basic") {
// test suite here
}