adding @ci flag

This commit is contained in:
Gabriel Porfirio 2024-05-22 15:21:32 -03:00
parent bc9df6cdc6
commit 6fccefc5c2

View File

@ -7,7 +7,7 @@ const { initializePages } = require('../core/helpers');
const hidePresentationToast = encodeCustomParams(PARAMETER_HIDE_PRESENTATION_TOAST); const hidePresentationToast = encodeCustomParams(PARAMETER_HIDE_PRESENTATION_TOAST);
test.describe("Layout management", () => { test.describe("Layout @ci", () => {
const layouts = new Layouts(); const layouts = new Layouts();
test.describe.configure({ mode: fullyParallel ? 'parallel' : 'serial' }); test.describe.configure({ mode: fullyParallel ? 'parallel' : 'serial' });