docs: drop cookbook reference from notes (#11488)

It's not yet ready for the prime time.
This commit is contained in:
Andrey Lushnikov 2022-01-19 11:46:59 -07:00 committed by GitHub
parent c510819407
commit 7d924470d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,6 @@ npm i --save-dev @playwright/test@1.18.0-rc1
PW_EXPERIMENTAL_TS_ESM=1 npx playwright test
```
### Testing Scenarios Cookbook
We now have a testing scenarios cookbook! Check out http://aka.ms/playwright/samples
Feel free to file an issue to that repo if something is missing.
### Create Playwright
The `npm init playwright` command is now generally available for your use: