Skip to content

✅test: add playwright (#675) #1545

✅test: add playwright (#675)

✅test: add playwright (#675) #1545

Triggered via push October 31, 2024 08:18
Status Success
Total duration 24s
Artifacts

autofix.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
lint/performance/useTopLevelRegex: test/e2e/index.test.ts#L7
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/style/noDefaultExport: app/layout.tsx#L16
Avoid default exports.
lint/style/noDefaultExport: app/page.tsx#L3
Avoid default exports.
lint/style/noDefaultExport: next.config.ts#L10
Avoid default exports.
lint/style/noDefaultExport: tailwind.config.ts#L15
Avoid default exports.
lint/style/noDefaultExport: postcss.config.mjs#L8
Avoid default exports.
lint/style/noDefaultExport: playwright.config.ts#L14
Avoid default exports.
lint/style/useNamingConvention: playwright.config.ts#L29
Two consecutive uppercase characters are not allowed in camelCase because strictCase is set to `true`.