oprv
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
<html lang="cz">
|
||||
|
||||
<head>
|
||||
<meta name="description" content="Dokumentace pro všechny testery"/>
|
||||
<meta name="keywords" content="automatizované testování, články, rady"/>
|
||||
<meta name="author" content="Lukáš Kaňka"/>
|
||||
<meta content="Dokumentace pro všechny testery" name="description"/>
|
||||
<meta content="automatizované testování, články, rady" 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 - Automatizované testování</title>
|
||||
</head>
|
||||
|
||||
@ -59,12 +59,11 @@
|
||||
<li><a class="button" href="articles/playwright-instalace-vscode.html">Playwright instalace VSCode</a></li>
|
||||
<li><a class="button" href="articles/snimky-obrazovky-v-playwright.html">Snímky obrazovky v Playwright</a>
|
||||
</li>
|
||||
<li><a class="button" href="articles/playwright-test-ukazka.html">Playwright ukázka testu</a></li
|
||||
<li><a class="button" href="articles/playwright-test-ukazka.html">Playwright ukázka testu</a></li>
|
||||
<li><a class="button" href="articles/playwright.html">Playwright seznámení</a</li>
|
||||
<li><a class="button" href="articles/playwright-ukazka.html">Playwright ukázka</a></li>
|
||||
<li><a class="button" href="articles/cypress-nastaveni-typescript.html">Cypress nastavení psaní kódu v
|
||||
Typescript</a></li>
|
||||
|
||||
<li><a class="button" href="articles/cypress.html">Cypress seznámení</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user