File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- OC_CI_NODEJS  =  "owncloudci/nodejs:18 " 
1+ OC_CI_NODEJS  =  "owncloudci/nodejs:20 " 
22OC_CI_BAZEL_BUILDIFIER  =  "owncloudci/bazel-buildifier" 
33OC_CI_ALPINE  =  "owncloudci/alpine:latest" 
44PLUGINS_S3  =  "plugins/s3:1.4.0" 
@@ -445,7 +445,7 @@ def e2eTests(ctx):
445445        "name" : "install-browser" ,
446446        "image" : OC_CI_NODEJS ,
447447        "commands" : [
448-             "pnpm exec playwright install" ,
448+             "pnpm exec playwright install --with-deps " ,
449449        ],
450450        "volumes" : [
451451            {
@@ -454,11 +454,13 @@ def e2eTests(ctx):
454454            },
455455        ],
456456    }]
457+     depends_on  =  []
457458    for  idx , browser  in  enumerate (BROWSERS ):
458459        status  =  ["success" ]
459460        if  idx  >  0 :
460461            # allow other browsers step to run even if one fails 
461462            status .append ("failure" )
463+             depends_on .append ("e2e-%s"  %  BROWSERS [idx  -  1 ])
462464
463465        e2e_test_steps .append ({
464466            "name" : "e2e-%s"  %  browser ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments