yellowLabTools
Auditing
Yellow Lab Tools
Yellow Lab Tools is an open source project that Test Maker can extend to test a webpage using its url.
It detects performance and front-end code quality issues. The extension is done, as for all the plugins from the Test Maker configuration file. Then, from the spec file:import {Feature, yellowLabToolsPlugin} from "test-maker";
Feature(`Auditing`)
.Scenario(`Web page audit`)
.Given(`Yellow Lab Tools Plugin`, async (I, runInfo) => {
await yellowLabToolsPlugin.audit(`https://www.google.com/`)
})