test: slow Motion
This commit is contained in:
@@ -20,7 +20,11 @@ module.exports = defineConfig({
|
||||
trace: "off",
|
||||
video: "off",
|
||||
screenshot: "off",
|
||||
headless: true,
|
||||
headless: process.env.PW_HEADED ? false : true,
|
||||
// Apply slow motion to all actions when PW_SLOWMO is set
|
||||
launchOptions: {
|
||||
slowMo: process.env.PW_SLOWMO ? Number(process.env.PW_SLOWMO) : 0,
|
||||
},
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user