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

@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="cz">
<head>
<meta name="description" content="Dokumentace pro všechny testery"/>
<meta name="keywords" content="Co je automatizované testování"/>
<meta name="author" content="Lukáš Kaňka"/>
<meta content="Dokumentace pro všechny testery" name="description"/>
<meta content="Co je 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"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="/style.css" rel="stylesheet"/>
<link
rel="shortcut icon"
href="images/a picture of a text editor on a pc in the style of comics.jpg"
rel="shortcut icon"
/>
<title>Testing Docs - Cypress nastavení psaní kódu v
Typescript</title>
@ -45,7 +45,7 @@
<div class="navigation">
<ul>
<li>
<a class="button" href="/automatizovana-testovani.html"
<a class="button" href="/automatizovane-testovani.html"
>Automatizované testování</a
>
</li>