File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1758,6 +1758,10 @@ exports.getVideoConfig = (cypressConfig, bsConfig = {}) => {
17581758 if ( this . isUndefined ( bsConfig . run_settings ) || this . isUndefinedOrFalse ( bsConfig . run_settings . enforce_settings ) ) {
17591759 if ( ! this . isUndefined ( cypressConfig . video ) ) conf . video = cypressConfig . video ;
17601760 if ( ! this . isUndefined ( cypressConfig . videoUploadOnPasses ) ) conf . videoUploadOnPasses = cypressConfig . videoUploadOnPasses ;
1761+
1762+ if ( ! this . isUndefined ( cypressConfig . e2e ) && ! this . isUndefined ( cypressConfig . e2e . video ) ) conf . video = cypressConfig . e2e . video ;
1763+ if ( ! this . isUndefined ( cypressConfig . e2e ) && ! this . isUndefined ( cypressConfig . e2e . videoUploadOnPasses ) ) conf . videoUploadOnPasses = cypressConfig . e2e . videoUploadOnPasses ;
1764+
17611765 }
17621766 else {
17631767 if ( ! this . isUndefined ( bsConfig . run_settings ) && ! this . isUndefined ( bsConfig . run_settings . video ) ) conf . video = bsConfig . run_settings . video ;
You can’t perform that action at this time.
0 commit comments