From 553b51e0e715056f368ec1aab4942733f68a915b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Fri, 29 Mar 2024 14:14:08 +0100
Subject: [PATCH] drupal/demos/salles#54 Ensure cypress directories before
 running tests

---
 test-and-deploy.yml | 1 -
 tests/lakedrops.yml | 5 +----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 8cd5c9c..376d008 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -70,7 +70,6 @@ Debug:
     - crontabs/
     - drush/drush.yml
     - settings/
-    - tests/mhout.json
     - tests/mailpitout.yml
     - web/sites
     - docker-compose.yml
diff --git a/tests/lakedrops.yml b/tests/lakedrops.yml
index 9b633bb..c82ac95 100644
--- a/tests/lakedrops.yml
+++ b/tests/lakedrops.yml
@@ -132,10 +132,7 @@ Test Cypress E2E:
       optional: true
   resource_group: cypress
   script:
-    - mkdir -p tests/cypress/screenshots
-    - mkdir -p tests/cypress/videos
-    - chmod 777 tests/cypress/screenshots
-    - chmod 777 tests/cypress/videos
+    - chmod oug+w tests/cypress
     - tests/cypress-run
   artifacts:
     name: cypresse2e
-- 
GitLab