File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3838 HOMEBREW_NO_INSTALL_CLEANUP : 1
3939
4040 - name : Detox test
41- run : cd test && npx playwright install && npm i --force && CONF="ios.sim.release" npm test
41+ run : cd test && npm i --force && npx playwright install && CONF="ios.sim.release" npm test
4242
4343 - name : Upload artifacts
4444 if : failure()
Original file line number Diff line number Diff line change 2828 "react-native" : " ^0.81.1"
2929 },
3030 "devDependencies" : {
31- "codeceptjs" : " 3.7.4 " ,
31+ "codeceptjs" : " 3.7.5 " ,
3232 "documentation" : " 14.0.3" ,
3333 "expect" : " ^30.0.5"
3434 }
Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "@codeceptjs/expect-helper" : " ^1.0.1" ,
1313 "@react-native/metro-config" : " ^0.81.1" ,
14- "codeceptjs" : " 3.7.4 " ,
15- "detox" : " 20.41.3 " ,
14+ "codeceptjs" : " 3.7.5 " ,
15+ "detox" : " 20.41.1 " ,
1616 "metro-react-native-babel-preset" : " ^0.77.0" ,
1717 "react" : " ^19.0" ,
1818 "react-native" : " ^0.81.1"
2323 "ts-node" : " ^10.9.1" ,
2424 "typescript" : " ^5.2.2"
2525 },
26- "overrides" : {
27- "tmp" : " 0.2.5"
28- },
2926 "detox" : {
3027 "logger" : {
3128 "level" : " info"
You can’t perform that action at this time.
0 commit comments