mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 00:20:06 +00:00
chore(cypress): debugging
This commit is contained in:
@@ -39,4 +39,11 @@ module.exports = (on, config) => {
|
|||||||
return launchOptions
|
return launchOptions
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
on('task', {
|
||||||
|
log(message) {
|
||||||
|
console.log(message)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user