Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:09 +08:00
commit dada31baa6
8 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for e2e-test-framework skill
- [ ] test_template.py A template for generating individual test cases.
- [ ] page_object_template.py A template for creating page object models.
- [ ] example_test_suite.py A complete example of a generated test suite.