mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
5 lines
210 B
JavaScript
5 lines
210 B
JavaScript
export const testMode = Cypress.env('TEST_MODE');
|
|
export const baseUrl = Cypress.config('baseUrl');
|
|
export const migrateUrl = Cypress.env('MIGRATE_URL');
|
|
export const migrateModeUrl = `${migrateUrl}/settings`;
|