Skip to content

Commit 5883dc9

Browse files
committed
02/03: remove internal notes
1 parent b429bf3 commit 5883dc9

File tree

1 file changed

+0
-4
lines changed
  • exercises/02.vitest-browser-mode/03.solution.playwright

1 file changed

+0
-4
lines changed

exercises/02.vitest-browser-mode/03.solution.playwright/README.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Playwright
22

3-
Problem: Using the default `preview` provider in Vitest is great to try things out, but it relies on Chromium being installed on your system (and also isn't that powerful). To have a proper setup, and be able to run it in CI, we need to define an explicit provider. Let's use Playwright.
4-
5-
---
6-
73
Let's start by installing `playwright`:
84

95
```sh nonumber

0 commit comments

Comments
 (0)