We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d117e commit 0a0afccCopy full SHA for 0a0afcc
.github/actions/find/src/findForUrl.ts
@@ -1,7 +1,7 @@
1
import type { Finding } from './types.d.js';
2
import AxeBuilder from '@axe-core/playwright'
3
import playwright from 'playwright';
4
-import { AuthContext } from './authContext.js';
+import { AuthContext } from './AuthContext.js';
5
6
export async function findForUrl(url: string, authContext?: AuthContext): Promise<Finding[]> {
7
const browser = await playwright.chromium.launch({ headless: true, executablePath: process.env.CI ? '/usr/bin/google-chrome' : undefined });
0 commit comments