Добавил позитивные сценарии для UI, API регистрации организации

This commit is contained in:
Vlad Smykov
2026-01-28 16:39:23 +03:00
parent 94d7a97fe4
commit 018edfebbf
6 changed files with 259 additions and 11 deletions

View File

@@ -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
});