Добавлен allure report, для визуализации прохождения тестов

This commit is contained in:
Vlad Smykov
2025-06-16 19:43:21 +03:00
parent c0a93fa938
commit 7fb50eef2c
270 changed files with 1212 additions and 3 deletions

View File

@@ -22,7 +22,10 @@ export default defineConfig({
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'html',
reporter: [
['html'],
['allure-playwright']
],
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */