oprv
This commit is contained in:
121
articles/cypress.html
Normal file
121
articles/cypress.html
Normal file
@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cz">
|
||||
<head>
|
||||
<meta content="Dokumentace pro všechny testery" name="description"/>
|
||||
<meta
|
||||
content="Automatizované testování, Cypress seznámení"
|
||||
name="keywords"
|
||||
/>
|
||||
<meta content="Lukáš Kaňka" name="author"/>
|
||||
<meta charset="UTF-8"/>
|
||||
<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 - Cypress seznámení</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Testing Docs CZ</h1>
|
||||
<h2>Dokumentace pro všechny testery</h2>
|
||||
<hr/>
|
||||
<div class="menu">
|
||||
<center>
|
||||
<ul>
|
||||
<li class="menu-item">
|
||||
<a class="button" href="/index.html">Domů</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a class="button" href="/podpora.html">Podpora</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a class="button" href="/mapa-webu.html">Mapa webu</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a class="button" href="/privaci-polici.html"
|
||||
>Zásady o ochraně osobních dat</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</center>
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
<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="/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>
|
||||
<li>
|
||||
<a class="button" href="/testovani-mobilnich-aplikaci.html"
|
||||
>Testování mobilních aplikací</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="button" href="/testovani-pristupnosti.html"
|
||||
>Testování přístupnosti</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="button" href="/zatezove-testovani.html"
|
||||
>Zátěžové testování</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<p class="big-text">Cypress seznámení</p>
|
||||
<p>
|
||||
Cypress stáhneš zde:
|
||||
<a class="button" href="https://www.cypress.io/ ">Cypress.io</a>
|
||||
</p>
|
||||
Cypress je nástroj pro automatické testování webových aplikací.
|
||||
Poskytujeuživatelům možnost psát a spouštět testy v reálném prohlížeči,
|
||||
což umožňujeefektivní testování interakce uživatele s webovou aplikací.
|
||||
Cypress nabízíjednoduché API pro psaní testů v JavaScriptu nebo
|
||||
TypeScriptu a poskytuje Cookies settings bohatou sadu funkcí a nástrojů,
|
||||
které usnadňují testování a ladění. Je takévelmi populární díky své
|
||||
rychlosti a spolehlivosti.
|
||||
</div>
|
||||
|
||||
<div class="articles">
|
||||
<table>
|
||||
<caption>
|
||||
Nejdůležitější články:
|
||||
</caption>
|
||||
<tr>
|
||||
<th>
|
||||
<li>
|
||||
<a class="button" href="co-je-automatizovane-testovani.html"
|
||||
>Co je automatizované testování</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a class="button" href="otazky-a-odpovedi-playwright.html"
|
||||
>Otázky a odpovědí k Playwright</a
|
||||
>
|
||||
</li>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<footer>Copyright © Lukáš Kaňka 2023</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user