Skip to content

Commit 2bb3e53

Browse files
authored
chore: increase cypress retries (#448)
1 parent 978addc commit 2bb3e53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ Due to Chrome's Manifest v3 rollout, the extension had to be rewritten. As part
1414
- ✅ Highlight component in page on hover
1515
- ✅ Component data in console globals
1616
- ✅ High performance on nested data objects (🆕️, tested on ~10k data properties)
17+
- ✅ Component filtering (🆕)
1718

1819
**Early Access** includes:
1920

2021
- ✅ Store state viewing/editing (🆕)
2122
- ✅ Store data in console globals (🆕)
2223
- ✅ Warnings tab (inc. Alpine v3 support)
2324
- ✅ Jump to root element/scroll element into view (🆕)
24-
- 🔜 Time travel debugging of $data (🆕)
25+
- Time travel debugging of $data (🆕)
2526

2627
# Alpine.js devtools
2728

packages/browser-extension/cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
fixturesFolder: false,
66
chromeWebSecurity: false,
77
retries: {
8-
runMode: 1,
8+
runMode: 2,
99
},
1010

1111
e2e: {

0 commit comments

Comments
 (0)