mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 02:18:01 -04:00
* Basic cypress test * Add e2e test command * Add full e2e test for creating and deleting a library * Add cypress to CI * Fix cypress CI - Use arm macos for running cypress - Setup rust on cypress job - Increase cypress CI timeout * Remove unused APPLE_SIGNING_IDENTITY envvar * Update deps again + Try to fix Cypress CI setup * Update deps again * Only test default location if it exists * Use latest v18 NodeJS in CI * Increase minimum node version due to updated dependency - @typescript-eslint/eslint-plugin now requires node >=18.18 * Fix testing failing for optional default locations * Enable video recording - Fix screenshot and video artifact uploading * Fix location test - Use correct location name, instead of trying to derive it from the internal id
21 lines
669 B
TypeScript
21 lines
669 B
TypeScript
// ***********************************************************
|
|
// This example support/e2e.ts is processed and
|
|
// loaded automatically before your test files.
|
|
//
|
|
// This is a great place to put global configuration and
|
|
// behavior that modifies Cypress.
|
|
//
|
|
// You can change the location of this file or turn off
|
|
// automatically serving support files with the
|
|
// 'supportFile' configuration option.
|
|
//
|
|
// You can read more here:
|
|
// https://on.cypress.io/configuration
|
|
// ***********************************************************
|
|
|
|
// Import commands.js using ES2015 syntax:
|
|
import './commands';
|
|
|
|
// Alternatively you can use CommonJS syntax:
|
|
// require('./commands')
|