nit
This commit is contained in:
parent
63e70c3149
commit
c11cf18cd3
|
|
@ -184,7 +184,7 @@ Its also possible to specify it per context:
|
||||||
```js tab=js-test title="example.spec.ts"
|
```js tab=js-test title="example.spec.ts"
|
||||||
import { test, expect } from '@playwright/test';
|
import { test, expect } from '@playwright/test';
|
||||||
|
|
||||||
test('should do ...', async ({ browser }) => {
|
test('should use custom proxy on a new context', async ({ browser }) => {
|
||||||
const context = await browser.newContext({
|
const context = await browser.newContext({
|
||||||
proxy: {
|
proxy: {
|
||||||
server: 'http://myproxy.com:3128',
|
server: 'http://myproxy.com:3128',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue