Skip to content

Commit ca794c1

Browse files
Harmanpreet-MicrosoftHarmanpreet Kaur
andauthored
test: enhance e2e test docs, config, and screenshot handling (#2012)
Co-authored-by: Harmanpreet Kaur <v-harmanpkau@microsoft.com>
1 parent b3ea020 commit ca794c1

14 files changed

Lines changed: 6085 additions & 10 deletions

tests/e2e-test/config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file makes the config directory a Python package

tests/e2e-test/config/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# note: may have to remove 'tests/e2e-test' from below when running locally
2020
json_file_path = os.path.join(
2121
repo_root, "tests/e2e-test", "testdata", "golden_path_data.json"
22-
)
22+
)
2323

2424
# Load questions from JSON file
2525
with open(json_file_path, "r") as file:

tests/e2e-test/pages/adminPage.py

Lines changed: 2188 additions & 0 deletions
Large diffs are not rendered by default.

tests/e2e-test/pages/webUserPage.py

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

tests/e2e-test/testdata/12.m4a

185 KB
Binary file not shown.
329 KB
Binary file not shown.
329 KB
Binary file not shown.

tests/e2e-test/testdata/README.md

Lines changed: 223 additions & 0 deletions
Large diffs are not rendered by default.
329 KB
Binary file not shown.
517 KB
Loading

0 commit comments

Comments
 (0)