-
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
42ccafe
commit 1ee51ed
Showing
72 changed files
with
563 additions
and
42 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 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) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [Author](./alfa-test-utils.commitinformation.author.md) | ||
|
||
## CommitInformation.Author property | ||
|
||
The name of the author of the latest commit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
Author: string | undefined; | ||
``` |
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) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [BranchName](./alfa-test-utils.commitinformation.branchname.md) | ||
|
||
## CommitInformation.BranchName property | ||
|
||
The name of the current branch. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
BranchName: string; | ||
``` |
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) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [CommitHash](./alfa-test-utils.commitinformation.commithash.md) | ||
|
||
## CommitInformation.CommitHash property | ||
|
||
The hash of the latest commit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
CommitHash: string | undefined; | ||
``` |
13 changes: 13 additions & 0 deletions
13
docs/api/alfa-test-utils.commitinformation.committimestamp.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [CommitTimestamp](./alfa-test-utils.commitinformation.committimestamp.md) | ||
|
||
## CommitInformation.CommitTimestamp property | ||
|
||
The timestamp of the latest commit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
CommitTimestamp: string | undefined; | ||
``` |
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) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [Email](./alfa-test-utils.commitinformation.email.md) | ||
|
||
## CommitInformation.Email property | ||
|
||
The email of the author of the latest commit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
Email: string | undefined; | ||
``` |
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) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [GitOrigin](./alfa-test-utils.commitinformation.gitorigin.md) | ||
|
||
## CommitInformation.GitOrigin property | ||
|
||
The origin's URL. This may vary depending on whether the repository was cloned using `http` or `ssh` protocol. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
GitOrigin: string | undefined; | ||
``` |
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,170 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [CommitInformation](./alfa-test-utils.commitinformation.md) | ||
|
||
## CommitInformation interface | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface CommitInformation | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[Author](./alfa-test-utils.commitinformation.author.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string \| undefined | ||
|
||
|
||
</td><td> | ||
|
||
The name of the author of the latest commit. | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[BranchName](./alfa-test-utils.commitinformation.branchname.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string | ||
|
||
|
||
</td><td> | ||
|
||
The name of the current branch. | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[CommitHash](./alfa-test-utils.commitinformation.commithash.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string \| undefined | ||
|
||
|
||
</td><td> | ||
|
||
The hash of the latest commit. | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[CommitTimestamp](./alfa-test-utils.commitinformation.committimestamp.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string \| undefined | ||
|
||
|
||
</td><td> | ||
|
||
The timestamp of the latest commit. | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[Email](./alfa-test-utils.commitinformation.email.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string \| undefined | ||
|
||
|
||
</td><td> | ||
|
||
The email of the author of the latest commit. | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[GitOrigin](./alfa-test-utils.commitinformation.gitorigin.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string \| undefined | ||
|
||
|
||
</td><td> | ||
|
||
The origin's URL. This may vary depending on whether the repository was cloned using `http` or `ssh` protocol. | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[Message](./alfa-test-utils.commitinformation.message.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string \| undefined | ||
|
||
|
||
</td><td> | ||
|
||
The message of the latest commit. | ||
|
||
|
||
</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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [Message](./alfa-test-utils.commitinformation.message.md) | ||
|
||
## CommitInformation.Message property | ||
|
||
The message of the latest commit. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
Message: string | undefined; | ||
``` |
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,50 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Logging](./alfa-test-utils.logging.md) | ||
|
||
## Logging namespace | ||
|
||
Handling pretty-printing of console output. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export declare namespace Logging | ||
``` | ||
## Functions | ||
<table><thead><tr><th> | ||
Function | ||
</th><th> | ||
Description | ||
</th></tr></thead> | ||
<tbody><tr><td> | ||
[prepare(audit)](./alfa-test-utils.logging.prepare.md) | ||
</td><td> | ||
Prepare logging information | ||
</td></tr> | ||
<tr><td> | ||
[result(audit, pageReportURL)](./alfa-test-utils.logging.result.md) | ||
</td><td> | ||
Print results of an audit. | ||
</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,51 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Logging](./alfa-test-utils.logging.md) > [prepare](./alfa-test-utils.logging.prepare.md) | ||
|
||
## Logging.prepare() function | ||
|
||
Prepare logging information | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
function prepare(audit: Audit.Result): Record<string, number>; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
audit | ||
|
||
|
||
</td><td> | ||
|
||
[Audit.Result](./alfa-test-utils.audit.result.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
Record<string, number> | ||
|
Oops, something went wrong.