File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818 - run : BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
1919 - run : BROWSER=${{matrix.browserB}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh
2020 - run : Xvfb :99 &
21- - run : BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node_modules/.bin/mocha test/interop/connection.js
21+ - run : BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node_modules/.bin/mocha --retries=3 test/interop/connection.js
Original file line number Diff line number Diff line change 2525 - run : npm install
2626 - run : BROWSER=${{matrix.browser}} BVER=${{matrix.version}} ./node_modules/travis-multirunner/setup.sh
2727 - run : Xvfb :99 &
28- - run : BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run mocha --retries=3
28+ - run : BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run mocha -- -- retries=3
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const browserA = process.env.BROWSER_A || 'chrome';
1313const browserB = process . env . BROWSER_B || 'chrome' ;
1414
1515describe ( `basic interop test ${ browserA } => ${ browserB } ` , function ( ) {
16- this . retries ( 3 ) ; // retry up to three times.
1716 let drivers ;
1817 let clients ;
1918 before ( async ( ) => {
You can’t perform that action at this time.
0 commit comments