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:
committed by
GitHub
parent
765cef8736
commit
53b09fcb8e
11
pnpm-lock.yaml
generated
11
pnpm-lock.yaml
generated
@@ -115,6 +115,9 @@ importers:
|
||||
'@types/node':
|
||||
specifier: ^22.14.0
|
||||
version: 22.14.0
|
||||
dotenv:
|
||||
specifier: 16.5.0
|
||||
version: 16.5.0
|
||||
node-html-parser:
|
||||
specifier: ^7.0.1
|
||||
version: 7.0.1
|
||||
@@ -5242,8 +5245,8 @@ packages:
|
||||
resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
dotenv@16.4.7:
|
||||
resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==}
|
||||
dotenv@16.5.0:
|
||||
resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
dunder-proto@1.0.1:
|
||||
@@ -11298,7 +11301,7 @@ snapshots:
|
||||
'@babel/core': 7.26.10
|
||||
'@sentry/babel-plugin-component-annotate': 3.2.4
|
||||
'@sentry/cli': 2.42.2
|
||||
dotenv: 16.4.7
|
||||
dotenv: 16.5.0
|
||||
find-up: 5.0.0
|
||||
glob: 9.3.5
|
||||
magic-string: 0.30.8
|
||||
@@ -12778,7 +12781,7 @@ snapshots:
|
||||
|
||||
dotenv@16.0.3: {}
|
||||
|
||||
dotenv@16.4.7: {}
|
||||
dotenv@16.5.0: {}
|
||||
|
||||
dunder-proto@1.0.1:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user