We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e974c72 commit 165628bCopy full SHA for 165628b
webapp/cypress.config.ts
@@ -6,7 +6,7 @@ export default defineConfig({
6
e2e: {
7
baseUrl: "http://localhost:8081/",
8
projectId: "aps8et", // to get recordings on Cypress Cloud
9
- setupNodeEvents(on) {
+ setupNodeEvents: (on) => {
10
on("task", {
11
readdir: async (p: string) =>
12
(await fs.readdir(p)).map((filename) => path.join(p, filename)),
0 commit comments