make it easy to write multiple e2e tests (#280)
This commit is contained in:
@@ -58,6 +58,11 @@ export async function onFirstRunMaybe() {
|
||||
hasRunBefore: true,
|
||||
});
|
||||
}
|
||||
if (process.env.E2E_TEST_BUILD) {
|
||||
writeSettings({
|
||||
isTestMode: true,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user