From 5faee00bf53d35ad3349488f971e3d1e64800b23 Mon Sep 17 00:00:00 2001 From: atlldwp Date: Mon, 9 Dec 2024 14:10:38 +0100 Subject: [PATCH 1/2] Update 1_ProjectStructure.md --- docs/e2e-system-tests/1_ProjectStructure.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/e2e-system-tests/1_ProjectStructure.md b/docs/e2e-system-tests/1_ProjectStructure.md index 3dfe4e9..9256a8b 100644 --- a/docs/e2e-system-tests/1_ProjectStructure.md +++ b/docs/e2e-system-tests/1_ProjectStructure.md @@ -37,8 +37,15 @@ Understanding the project directory layout will help you navigate and manage the | |___ e2e.js # Global hooks and configurations | |___ videos/ # Recorded test run videos | -|---- docs/ -| |___ tags.md # Documentation on test framework usage +||---- docs +| |___ branch_activation.md + |___ folder_structure.md + |___ executing_tests.md + |___ setup.md + |___ tags.md +|---- env_variables +| |___ devTemplate.env.json + |___ stagingTemplate.env.json | |---- reports/ # HTML reports and related assets | From 86150f8f01714446a5ae8bf486294c24b2aa2077 Mon Sep 17 00:00:00 2001 From: atlldwp Date: Mon, 9 Dec 2024 15:54:32 +0100 Subject: [PATCH 2/2] Update 1_ProjectStructure.md --- docs/e2e-system-tests/1_ProjectStructure.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/e2e-system-tests/1_ProjectStructure.md b/docs/e2e-system-tests/1_ProjectStructure.md index 9256a8b..b26f7fc 100644 --- a/docs/e2e-system-tests/1_ProjectStructure.md +++ b/docs/e2e-system-tests/1_ProjectStructure.md @@ -37,15 +37,16 @@ Understanding the project directory layout will help you navigate and manage the | |___ e2e.js # Global hooks and configurations | |___ videos/ # Recorded test run videos | -||---- docs -| |___ branch_activation.md - |___ folder_structure.md - |___ executing_tests.md - |___ setup.md - |___ tags.md -|---- env_variables -| |___ devTemplate.env.json - |___ stagingTemplate.env.json +|---- docs/ +| |___ branch_activation.md +| |___ folder_structure.md +| |___ executing_tests.md +| |___ setup.md +| |___ tags.md +| +|---- env_variables/ +| |___ devTemplate.env.json +| |___ stagingTemplate.env.json | |---- reports/ # HTML reports and related assets |