Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
okep committed Sep 30, 2024
1 parent 6f99d48 commit a2fa494
Show file tree
Hide file tree
Showing 1,086 changed files with 1,103 additions and 799 deletions.
8 changes: 4 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ test/assets/modernizr.js
/tests/third_party/
/packages/*/lib/
*.js
/packages/playwright-core/src/generated/*
/packages/playwright-core/src/third_party/
/packages/playwright-core/types/*
/packages/playwright-ct-core/src/generated/*
/packages/pw-recorder-core/src/generated/*
/packages/pw-recorder-core/src/third_party/
/packages/pw-recorder-core/types/*
/packages/pw-recorder-ct-core/src/generated/*
/index.d.ts
node_modules/
browser_patches/*/checkout/
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ node_modules/
.mono
.idea
yarn.lock
/packages/playwright-core/src/generated
/packages/playwright-ct-core/src/generated
/packages/pw-recorder-core/src/generated
/packages/pw-recorder-ct-core/src/generated
packages/*/lib/
drivers/
.android-sdk/
Expand All @@ -28,7 +28,7 @@ test-results
/packages/*/NOTICE
/packages/playwright/README.md
/packages/playwright-test/README.md
/packages/playwright-core/api.json
/packages/pw-recorder-core/api.json
.env
/tests/installation/output/
/tests/installation/.registry.json
Expand Down
2 changes: 1 addition & 1 deletion docs/src/test-projects-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By setting up projects you can also run a group of tests with different timeouts

## Configure projects for multiple browsers

By using **projects** you can run your tests in multiple browsers such as chromium, webkit and firefox as well as branded browsers such as Google Chrome and Microsoft Edge. Playwright can also run on emulated tablet and mobile devices. See the [registry of device parameters](https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json) for a complete list of selected desktop, tablet and mobile devices.
By using **projects** you can run your tests in multiple browsers such as chromium, webkit and firefox as well as branded browsers such as Google Chrome and Microsoft Edge. Playwright can also run on emulated tablet and mobile devices. See the [registry of device parameters](https://github.com/microsoft/playwright/blob/main/packages/pw-recorder-core/src/server/deviceDescriptorsSource.json) for a complete list of selected desktop, tablet and mobile devices.

```js
import { defineConfig, devices } from '@playwright/test';
Expand Down
Loading

0 comments on commit a2fa494

Please sign in to comment.