The WebAuditsCheckpoint object contains the following methods:
Method List
Name | Description |
---|---|
AddAccessibilityAudits
|
Adds the Accessibility audit to the checkpoint and sets the specified threshold value against which the actual audit score will be compared. |
AddBestPracticesAudits
|
Adds the Best Practices audit to the checkpoint and sets the specified threshold value against which the actual audit score will be compared. |
AddPerformanceAudits
|
Adds the Performance audit to the checkpoint and sets the specified threshold value against which the actual audit score will be compared. |
AddProgressiveWebAppAudits
|
Adds the Progressive Web App audit to the checkpoint and sets the specified threshold value against which the actual audit score will be compared. |
AddSEOAudits
|
Adds the SEO audit to the checkpoint and sets the specified threshold value against which the actual audit score will be compared. |
Check
|
Runs the audits that the checkpoint includes and reports the results to the test log. |
OnMobile
|
Configures the checkpoint to emulate the tested web page behavior on a mobile device. |
Query
|
Runs the specified audits and returns an object that provides access to all audit scores. |