Disable Team tests if required (#234)

1. Add env variables loader using dotenv to e2e tests
2. Skip Team account tests based on variable
3. Remove hardcoded instance of Makerkit in tests
This commit is contained in:
Giancarlo Buomprisco
2025-04-13 09:20:31 +07:00
committed by GitHub
parent 765cef8736
commit 53b09fcb8e
7 changed files with 31 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ export const useBaselimeRum = undefined;
export const BaselimeRum = undefined;
// Sentry
export const captureException =() => ({});
export const captureException = () => ({});
export const captureEvent = () => ({});
export const setUser = () => ({});
export const init = () => ({});