bZichett / jest-retry

Jest retry pattern for flaky E2E tests
41 stars 8 forks source link

retryTimes is now supported with jest-circus runner #5

Open Toilal opened 5 years ago

Toilal commented 5 years ago

Just to let people know that this feature is now supported in Jest (23.3+) with an official custom jest runner named jest-circus.

https://jestjs.io/docs/en/jest-object#jestretrytimes

bZichett commented 5 years ago

Thanks, was waiting for that support back when I made this library. I'll just be making small changes per the communities request (some may not want to use jest-circus or upgrade deps)