umbraco-cypress-testhelpers
Version:
Test helpers for making Cypress tests for Umbraco solutions
23 lines (22 loc) • 475 B
TypeScript
export declare class StylesheetBuilder {
content: any;
fileType: any;
id: any;
name: any;
notifications: any;
path: any;
snippet: any;
virtualPath: any;
withContent(content: any): this;
withName(name: any): this;
build(): {
name: any;
content: any;
filetype: any;
id: any;
notifications: any;
path: any;
snippet: any;
virtualPath: any;
};
}