Ghost/ghost/core
Chris Raible 563793c7ed
Added retries for all known flaky tests (#16582)
refs TryGhost/Team#2833

- for mocha tests, we can add `this.retries(1)` to any flaky tests
- for playwright tests, we can add `test.describe.configure({ retries:
1})` to any `describe` block
- not a long-term solution, but it should help mitigate issues with flaky
tests in short term
2023-04-07 00:37:01 -07:00
..
content 🎨 Updated Casper to v5.4.8 2023-03-31 17:00:56 +01:00
core Bumped Portal to 2.28 2023-04-06 20:20:27 +02:00
test Added retries for all known flaky tests (#16582) 2023-04-07 00:37:01 -07:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Bumped email-mock-receiver 2023-04-06 22:13:17 +02:00
playwright.config.js