This commit is contained in:
Lukáš Kaňka
2024-01-07 22:00:27 +01:00
parent 0f60fac2f8
commit 1c431df2df
31 changed files with 1818 additions and 1687 deletions

View File

@ -2,13 +2,13 @@
<html lang="cz">
<head>
<meta name="description" content="Dokumentace pro všechny testery"/>
<meta name="keywords" content="Playwright, Automatizované testování"/>
<meta name="author" content="Lukáš Kaňka"/>
<meta content="Dokumentace pro všechny testery" name="description"/>
<meta content="Playwright, Automatizované testování" name="keywords"/>
<meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="/style.css" rel="stylesheet">
<link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Snímky obrazovky v Playwright</title>
</head>
@ -32,7 +32,7 @@
<div class="flexbox">
<div class="navigation">
<ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>