docs(ct): solid (#17568)

This commit is contained in:
sand4rt 2022-09-27 22:26:29 +02:00 committed by GitHub
parent 8ad201b802
commit 45b3476c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ test('event should work', async ({ mount }) => {
## How to get started
Adding Playwright Test to an existing React, Vue or Svelte project is easy. Below are the steps to enable Playwright Test for a sample create-react-app with TypeScript template.
Adding Playwright Test to an existing React, Vue, Svelte or Solid project is easy. Below are the steps to enable Playwright Test for a sample create-react-app with TypeScript template.
### Step 1: Install Playwright Test for components for your respective framework