Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for browser-compatibility-tester skill
- [ ] browserstack_config_generator.py Generates BrowserStack configuration files based on user input.
- [ ] selenium_grid_setup.sh Sets up a Selenium Grid for local testing.
- [ ] playwright_test_runner.py Executes Playwright tests and generates reports.