selenium-python-ai-agent 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl
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_agent/__init__.py +1 -1
- selenium_agent/cli.py +1 -1
- {selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/METADATA +3 -3
- {selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/RECORD +8 -8
- {selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/WHEEL +0 -0
- {selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/entry_points.txt +0 -0
- {selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/licenses/LICENSE +0 -0
- {selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/top_level.txt +0 -0
selenium_agent/__init__.py
CHANGED
selenium_agent/cli.py
CHANGED
|
@@ -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
|
|
{selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/METADATA
RENAMED
|
@@ -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.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
selenium_agent/__init__.py,sha256=
|
|
2
|
-
selenium_agent/cli.py,sha256=
|
|
1
|
+
selenium_agent/__init__.py,sha256=Ew33NbU-AGLS5XgBCnuT6dtxCmNUMtfn9I_wNrS3Vzs,603
|
|
2
|
+
selenium_agent/cli.py,sha256=XVrmGOVhPrbkXPawi5lWdKHWDX5iwXfSgQ4bLFp6_s8,15435
|
|
3
3
|
selenium_agent/agents/__init__.py,sha256=7QaYnHxDYyTrmXVdiMXy12FpDhtWpCOnj2UkR22-k1Y,216
|
|
4
4
|
selenium_agent/agents/coder.py,sha256=-5WR9RSsAWBxB2R97JcUdiAuQqV_aZnEbTKUOgoNdc8,24313
|
|
5
5
|
selenium_agent/agents/definitions.py,sha256=RodYbSq6ZsUgwxmse3nPZRyAPJ5SW2kQONaZjaZL_pU,5366
|
|
@@ -27,9 +27,9 @@ selenium_agent/utils/logger.py,sha256=wIttutxhMXkADarPgad3PjyzD3hXwN7GzY3phsa07W
|
|
|
27
27
|
selenium_agent/utils/paths.py,sha256=UWz30G7H86gD5DHPfwaHky3iuw5kfD4nJj-PilU98so,1864
|
|
28
28
|
selenium_agent/utils/spec_writer.py,sha256=HT86mRKoe063lM9kR7xUb1R4GaBZEqE0VWi4L0uBc1o,4552
|
|
29
29
|
selenium_agent/utils/url_extractor.py,sha256=ibRUeQdmA8tMV89340WH9G8SVPppsOzX-l1QinMnV0I,1684
|
|
30
|
-
selenium_python_ai_agent-0.2.
|
|
31
|
-
selenium_python_ai_agent-0.2.
|
|
32
|
-
selenium_python_ai_agent-0.2.
|
|
33
|
-
selenium_python_ai_agent-0.2.
|
|
34
|
-
selenium_python_ai_agent-0.2.
|
|
35
|
-
selenium_python_ai_agent-0.2.
|
|
30
|
+
selenium_python_ai_agent-0.2.3.dist-info/licenses/LICENSE,sha256=MjRANRVeUVoTsw3zJoK-NiHLwTKjMHNl9QrG1l8u4ds,1071
|
|
31
|
+
selenium_python_ai_agent-0.2.3.dist-info/METADATA,sha256=bonJaL-UQQv_nOf1vRQfA0-mAyDQpzkqFeNUq1KNv3U,20272
|
|
32
|
+
selenium_python_ai_agent-0.2.3.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
33
|
+
selenium_python_ai_agent-0.2.3.dist-info/entry_points.txt,sha256=fZIhpEO_RKRV-t-rahZgQ1XXzlQN2i9zas5CmJKNF5k,59
|
|
34
|
+
selenium_python_ai_agent-0.2.3.dist-info/top_level.txt,sha256=D7yM-RyAopuwik-nPbvgT6hXagm0aX0U5FQkFDW3yA8,15
|
|
35
|
+
selenium_python_ai_agent-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2.dist-info → selenium_python_ai_agent-0.2.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|