This commit is contained in:
Lukáš Kaňka
2023-12-14 22:30:37 +01:00
parent 1c47484e74
commit 91cfe5f261
8 changed files with 176 additions and 114 deletions

View File

@ -47,27 +47,22 @@
<p>V JavaScript (TypeScript):
Nainstalovat node.js Po vytvoření složek/ ropositáře přes terminal nainstalovat
Playwright:</p>
<table class="code">
<tr>
<th>npm init playwright@latest</th>
</tr>
</table>
<div class="code-box">
<p>npm init playwright@latest</p>
</div>
<p>Test spustíme:</p>
<table class="code">
<tr>
<th>npx playwright test</th>
</tr>
</table>
<div class="code-box">
<p>npx playwright test</p>
</div>
<p>Druhý způsob instalace:</p>
<p>Dále je možné použít způsob testování: Node.js (instalace viz. jak začít.md)</p>
<p>Veškeré informace oficial web:</p>
<p>Všechni informace na oficiálním webu</p>
<p>Zobrazení prohlížeče:</p>
<table class="code">
<tr>
<th>do playwright.config.js(ts) přidat > headless: false,</th>
</tr>
</table>
<div class="code-box">
<p>do playwright.config.js(ts) přidat > headless: false,</p>
</div>
<p>Do složky use: ta už je vytvořená.</p>
<p>Otevřít stránku testu: (Navigace)</p>
</div>