Добавил позитивные сценарии для UI, API регистрации организации
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
timeout: 30000,
|
||||
timeout: 60000,
|
||||
expect: {
|
||||
timeout: 5000
|
||||
},
|
||||
@@ -14,12 +14,13 @@ export default defineConfig({
|
||||
use: {
|
||||
headless: false,
|
||||
launchOptions: {
|
||||
slowMo: 300,
|
||||
slowMo: 900,
|
||||
},
|
||||
viewport: { width: 1280, height: 720 },
|
||||
ignoreHTTPSErrors: true,
|
||||
screenshot: 'only-on-failure',
|
||||
video: 'retain-on-failure',
|
||||
baseURL: 'https://rumc.dev.rdcenter.ru'
|
||||
}
|
||||
},
|
||||
workers: 1
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user