зеркало из https://github.com/nextcloud/viewer.git
test: Allow running cypress on different instance
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Родитель
70956fe3b9
Коммит
ebc593389f
|
@ -64,6 +64,10 @@ export default defineConfig({
|
|||
}
|
||||
})
|
||||
|
||||
if (process.env.CYPRESS_baseUrl) {
|
||||
return config
|
||||
}
|
||||
|
||||
// Remove container after run
|
||||
on('after:run', () => {
|
||||
if (!process.env.CI) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче