-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dee6927
commit 53b2e0d
Showing
105 changed files
with
1,118 additions
and
329 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [alfaVersion](./alfa-test-utils.audit.alfaversion.md) | ||
|
||
## Audit.alfaVersion property | ||
|
||
The version of Alfa used to run the audit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
get alfaVersion(): typeof alfaVersion; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [durations](./alfa-test-utils.audit.durations.md) | ||
|
||
## Audit.durations property | ||
|
||
Performance durations for the audit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
get durations(): Performance.Durations; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [isAudit](./alfa-test-utils.audit.isaudit.md) | ||
|
||
## Audit.isAudit() function | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
function isAudit(value: unknown): value is Audit; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
value | ||
|
||
|
||
</td><td> | ||
|
||
unknown | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
value is [Audit](./alfa-test-utils.audit.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [JSON](./alfa-test-utils.audit.json.md) > [alfaVersion](./alfa-test-utils.audit.json.alfaversion.md) | ||
|
||
## Audit.JSON.alfaVersion property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
alfaVersion: typeof alfaVersion; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [JSON](./alfa-test-utils.audit.json.md) > [durations](./alfa-test-utils.audit.json.durations.md) | ||
|
||
## Audit.JSON.durations property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
durations: Performance.Durations; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [JSON](./alfa-test-utils.audit.json.md) | ||
|
||
## Audit.JSON interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
interface JSON | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[alfaVersion](./alfa-test-utils.audit.json.alfaversion.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
typeof alfaVersion | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[durations](./alfa-test-utils.audit.json.durations.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
[Performance.Durations](./alfa-test-utils.performance.durations.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[outcomes](./alfa-test-utils.audit.json.outcomes.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Sequence.JSON<[alfaOutcome](./alfa-test-utils.alfaoutcome.md)<!-- -->> | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[page](./alfa-test-utils.audit.json.page.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Page.JSON | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[resultAggregates](./alfa-test-utils.audit.json.resultaggregates.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Array<\[ string, { failed: number; passed: number; cantTell: number; } \]> | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [JSON](./alfa-test-utils.audit.json.md) > [outcomes](./alfa-test-utils.audit.json.outcomes.md) | ||
|
||
## Audit.JSON.outcomes property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
outcomes: Sequence.JSON<alfaOutcome>; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [JSON](./alfa-test-utils.audit.json.md) > [page](./alfa-test-utils.audit.json.page.md) | ||
|
||
## Audit.JSON.page property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
page: Page.JSON; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Audit](./alfa-test-utils.audit.md) > [JSON](./alfa-test-utils.audit.json.md) > [resultAggregates](./alfa-test-utils.audit.json.resultaggregates.md) | ||
|
||
## Audit.JSON.resultAggregates property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
resultAggregates: Array<[ | ||
string, | ||
{ | ||
failed: number; | ||
passed: number; | ||
cantTell: number; | ||
} | ||
]>; | ||
``` |
Oops, something went wrong.