mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
688a9f01d5
* fixed flow for resetting current session * ignoring downloads for windows because paths * using correct shell for windows * using correct shell for windows * ignoring exception; we can't fake react context * changes file * must wait for flash to show * lint fixes * re-added secure package |
||
---|---|---|
.. | ||
admin.spec.ts | ||
maintainer.spec.ts | ||
observer.spec.ts | ||
README.md |
Free tier tests
These tests should only run when the server is in free
tier.
To enable the tests:
export CYPRESS_FLEET_TIER=free
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") === "free") {
// test suite here
}