Fixing applitools batches

This commit is contained in:
Knut Sveidqvist
2022-11-04 13:05:46 +01:00
parent 97a7f1fd71
commit ba7f83019f
2 changed files with 13 additions and 1 deletions

View File

@@ -15,5 +15,5 @@ module.exports = defineConfig({
// { deviceName: 'Pixel 2', screenOrientation: 'portrait' },
],
// set batch name to the configuration
batchName: `Mermaid ${process.env.APPLI_BRANCH ?? "'no APPLI_BRANCH set'"}`,
// batchName: `Mermaid ${process.env.APPLI_BRANCH ?? "'no APPLI_BRANCH set'"}`,
});