1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

chore(cypress): debugging

This commit is contained in:
Yury Shkoda
2023-05-29 16:45:32 +03:00
parent 3660b9127a
commit d027acacb6

View File

@@ -39,4 +39,11 @@ module.exports = (on, config) => {
return launchOptions
}
})
on('task', {
log(message) {
console.log(message)
return null
}
})
}