selenium-python-ai-agent 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {selenium_python_ai_agent-0.2.2/selenium_python_ai_agent.egg-info → selenium_python_ai_agent-0.2.3}/PKG-INFO +3 -3
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/README.md +2 -2
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/pyproject.toml +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/__init__.py +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/cli.py +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3/selenium_python_ai_agent.egg-info}/PKG-INFO +3 -3
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/tests/test_path_handling.py +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/LICENSE +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/coder.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/definitions.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/healer.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/planner.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/gherkin_advisor.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/templates.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/core/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/core/orchestrator.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/scanner/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/scanner/project_scanner.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/base_page.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/driver_factory.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/error_map.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/locator_advisor.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/locator_scanner.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/code_validator.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/config_manager.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/json_utils.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/llm.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/logger.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/paths.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/spec_writer.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/url_extractor.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/SOURCES.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/dependency_links.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/entry_points.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/requires.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/top_level.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/setup.cfg +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/tests/test_agent_enhancements.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-python-ai-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)
|
|
5
5
|
Author: Ankit Tripathi
|
|
6
6
|
License: MIT
|
|
@@ -35,7 +35,7 @@ Dynamic: license-file
|
|
|
35
35
|
|
|
36
36
|
[](https://pypi.org/project/selenium-python-ai-agent/)
|
|
37
37
|
[](https://python.org)
|
|
38
|
-
[](LICENSE)
|
|
38
|
+
[](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
@@ -405,7 +405,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
|
|
|
405
405
|
|
|
406
406
|
## 🤝 Contributing
|
|
407
407
|
|
|
408
|
-
PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
408
|
+
PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
|
|
409
409
|
|
|
410
410
|
---
|
|
411
411
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[](https://pypi.org/project/selenium-python-ai-agent/)
|
|
7
7
|
[](https://python.org)
|
|
8
|
-
[](LICENSE)
|
|
8
|
+
[](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -375,7 +375,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
|
|
|
375
375
|
|
|
376
376
|
## 🤝 Contributing
|
|
377
377
|
|
|
378
|
-
PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
378
|
+
PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
|
|
379
379
|
|
|
380
380
|
---
|
|
381
381
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "selenium-python-ai-agent"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.3"
|
|
8
8
|
description = "AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -201,7 +201,7 @@ Other examples:
|
|
|
201
201
|
parser.add_argument("--test", default=None, metavar="TEST_NAME",
|
|
202
202
|
help="Specific test function to run/heal. "
|
|
203
203
|
"e.g. --test test_login_locked_out_user")
|
|
204
|
-
parser.add_argument("--version", action="version", version="selenium-agent 0.2.
|
|
204
|
+
parser.add_argument("--version", action="version", version="selenium-agent 0.2.3")
|
|
205
205
|
|
|
206
206
|
args = parser.parse_args()
|
|
207
207
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-python-ai-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)
|
|
5
5
|
Author: Ankit Tripathi
|
|
6
6
|
License: MIT
|
|
@@ -35,7 +35,7 @@ Dynamic: license-file
|
|
|
35
35
|
|
|
36
36
|
[](https://pypi.org/project/selenium-python-ai-agent/)
|
|
37
37
|
[](https://python.org)
|
|
38
|
-
[](LICENSE)
|
|
38
|
+
[](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
@@ -405,7 +405,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
|
|
|
405
405
|
|
|
406
406
|
## 🤝 Contributing
|
|
407
407
|
|
|
408
|
-
PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
408
|
+
PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
|
|
409
409
|
|
|
410
410
|
---
|
|
411
411
|
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/tests/test_path_handling.py
RENAMED
|
@@ -25,7 +25,7 @@ def make_healer(output_dir: Path) -> HealerAgent:
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
def test_package_import_exposes_public_api():
|
|
28
|
-
assert selenium_agent.__version__ == "0.2.
|
|
28
|
+
assert selenium_agent.__version__ == "0.2.3"
|
|
29
29
|
assert selenium_agent.SeleniumAgent.__name__ == "Orchestrator"
|
|
30
30
|
|
|
31
31
|
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/__init__.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/coder.py
RENAMED
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/healer.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/planner.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/templates.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/scanner/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/json_utils.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/llm.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/logger.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/paths.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/tests/test_agent_enhancements.py
RENAMED
|
File without changes
|