mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
set GMS and HUMHUB ACTIVE = false
This commit is contained in:
parent
adf99b305c
commit
c00a3ea9ba
@ -3,6 +3,8 @@ import { FullConfig } from '@playwright/test';
|
||||
async function globalSetup(config: FullConfig) {
|
||||
process.env.EMAIL = 'bibi@bloxberg.de';
|
||||
process.env.PASSWORD = 'Aa12345_';
|
||||
process.env.GMS_ACTIVE = false;
|
||||
process.env.HUMHUB_ACTIVE = false;
|
||||
}
|
||||
|
||||
export default globalSetup;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user