From a493f837455249dbc6260707c4d116807379b9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Ka=C5=88ka?= <124378142+LukasKanka@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:50:39 +0100 Subject: [PATCH] reporty --- articles/playwright-dot-net.html | 5 +-- articles/playwright-reporty.html | 73 ++++++++++++++++++++++++++++++++ automatizovana-testovani.html | 2 + style.css | 4 ++ 4 files changed, 80 insertions(+), 4 deletions(-) create mode 100644 articles/playwright-reporty.html diff --git a/articles/playwright-dot-net.html b/articles/playwright-dot-net.html index 92fdfd4..e526c8c 100644 --- a/articles/playwright-dot-net.html +++ b/articles/playwright-dot-net.html @@ -134,11 +134,8 @@

Podívejte se na náš dokument o Test Runners, kde se dozvíte více o spouštění testů v režimu hlavy, spouštění více testů, spouštění konkrétních konfigurací atd.

- - - - +
diff --git a/articles/playwright-reporty.html b/articles/playwright-reporty.html new file mode 100644 index 0000000..1ad30a3 --- /dev/null +++ b/articles/playwright-reporty.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + Testing Docs - Reporty v Playwright + + + +

Testing Docs CZ

+

Dokumentace pro všechny testery

+
+ +
+ +
+ + +
+

Reporty v Playwright

+

Playwright umožňuje generovat celou řadu reportů. Můžete si dokonce zkusit + napsat i svůj report využitím API metod, které Playwright poskytuje. + Podrobnosti si můžete přečíst v sekci Guides + věnované reportům.

+
+ +
+
Nejdůležitější články:
+ + + + +
Nejdůležitější články:
+
  • Co je automatizované + testování +
  • +
  • Otázky a odpovědí k + Playwright
  • +
    +
    + + + + + + \ No newline at end of file diff --git a/automatizovana-testovani.html b/automatizovana-testovani.html index e68ad4f..2cd9bd9 100644 --- a/automatizovana-testovani.html +++ b/automatizovana-testovani.html @@ -56,8 +56,10 @@ Playwright
  • Playwright DotNet
  • +
  • Reporty v Playwright
  • +
    diff --git a/style.css b/style.css index 87ac539..5fd93e4 100644 --- a/style.css +++ b/style.css @@ -76,3 +76,7 @@ th { .not-dot { list-style-type: none; } + +.link { + color: var(--special_white); +}
    Nejdůležitější články: