diff --git a/docs/e2e-system-tests/1_ProjectStructure.md b/docs/e2e-system-tests/1_ProjectStructure.md index 3dfe4e9..b26f7fc 100644 --- a/docs/e2e-system-tests/1_ProjectStructure.md +++ b/docs/e2e-system-tests/1_ProjectStructure.md @@ -38,7 +38,15 @@ Understanding the project directory layout will help you navigate and manage the | |___ videos/ # Recorded test run videos | |---- docs/ -| |___ tags.md # Documentation on test framework usage +| |___ 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 |