Skip to content

Lack of results for node module #61

@Zack24441

Description

@Zack24441

Hi,

I tried to use aatt node module like below:

const content = await testPage.content();
 const result = await evaluate({
   source: content,
   output: "html",
   engine: "axe",
   level: "WCAG2A"
 });
 await fs.writeFile('./aatt-report.html', result,{}, (err)=>{
   if (err) throw err;
 });

testPage is object Page from Playwright framework.

Current results for each engine:

  • htmlcs -> 'Unable to load the address!'
  • axe -> lack of results, proccess take too long time
  • chrome -> lack of results, proccess take too long time

Could please tell what is wrong?

Versions:
"playwright": "^1.12.3",
"aatt": "^1.0.1",

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions