Cypress test export by CedricProfessionnel · Pull Request #442 · UniversalDataTool/universal-data-tool
so whenever we add a test like this that requires credentials, we have to disable the test if the credentials aren't provided so that other contributors can still run tests.
one nice way to do it is to add CYPRESS_TESTS_ENABLED=true to enable the tests, I'll set them up to always run from our continuous integration/deployment setup.