Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Oct 25, 2022
1 parent 1d6d852 commit 213f36f
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 418 deletions.
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ limitations under the License.

#### Defined in

[Runner.ts:172](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L172)
[Runner.ts:61](https://github.com/puppeteer/replay/blob/main/src/Runner.ts#L61)

---

Expand Down
46 changes: 23 additions & 23 deletions docs/api/classes/PuppeteerRunnerExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@

### afterAllSteps

`Optional` **afterAllSteps**(`flow?`): `Promise`<`void`\>
`Optional` **afterAllSteps**(`flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -77,14 +77,14 @@

### afterEachStep

`Optional` **afterEachStep**(`step`, `flow?`): `Promise`<`void`\>
`Optional` **afterEachStep**(`step`, `flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -102,13 +102,13 @@

### beforeAllSteps

`Optional` **beforeAllSteps**(`flow?`): `Promise`<`void`\>
`Optional` **beforeAllSteps**(`flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -126,14 +126,14 @@

### beforeEachStep

`Optional` **beforeEachStep**(`step`, `flow?`): `Promise`<`void`\>
`Optional` **beforeEachStep**(`step`, `flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -151,14 +151,14 @@

### runStep

**runStep**(`step`, `flow?`): `Promise`<`void`\>
**runStep**(`step`, `flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand Down
38 changes: 19 additions & 19 deletions docs/api/classes/PuppeteerRunnerOwningBrowserExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@

### afterEachStep

`Optional` **afterEachStep**(`step`, `flow?`): `Promise`<`void`\>
`Optional` **afterEachStep**(`step`, `flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -92,13 +92,13 @@

### beforeAllSteps

`Optional` **beforeAllSteps**(`flow?`): `Promise`<`void`\>
`Optional` **beforeAllSteps**(`flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -116,14 +116,14 @@

### beforeEachStep

`Optional` **beforeEachStep**(`step`, `flow?`): `Promise`<`void`\>
`Optional` **beforeEachStep**(`step`, `flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand All @@ -141,14 +141,14 @@

### runStep

**runStep**(`step`, `flow?`): `Promise`<`void`\>
**runStep**(`step`, `flow`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow?` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |
| Name | Type |
| :----- | :--------------------------------------------- |
| `step` | [`Step`](../modules/Schema.md#step) |
| `flow` | [`UserFlow`](../interfaces/Schema.UserFlow.md) |

#### Returns

Expand Down
Loading

0 comments on commit 213f36f

Please sign in to comment.