2
0

⬆️ Upgrade and improve plate editor

Closes #606
This commit is contained in:
Baptiste Arnaud
2024-02-27 10:03:55 +01:00
parent ce17ce5061
commit b9e54686d5
18 changed files with 704 additions and 1517 deletions

View File

@@ -7,7 +7,7 @@ export const playwrightBaseConfig: PlaywrightTestConfig = {
expect: {
timeout: process.env.CI ? 10 * 1000 : 5 * 1000,
},
retries: process.env.NO_RETRIES ? 0 : 1,
retries: 0,
workers: process.env.CI ? 2 : 3,
reporter: [
[process.env.CI ? 'github' : 'list'],