{ "info": { "author": "Santiago Nicolas Roca", "author_email": "snroca@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Testing" ], "description": "# AutoWebGL\n\nAutoWebGL is a Automation tool written on top of Selenium, covering WebGL based projects, allowing the developer to run multiple test based on image comparison at low level code, while easing the process of writing and injecting scripts.\n\n### Installation\n```sh\n$ pip install autowebgl\n```\n\n### Example of use\n\n```python\nfrom autogl import test\nfrom autogl import autoglconfig\n\nautoglconfig.configurate({\n \"url\": \"https://local.server.com\"\n})\n\n@test({\"waitBeforeExecute\": 10000, \"waitAfterExecute\": 1000})\ndef should_walk_aroun_the_scene(browser):\n browser.mouseDownAt(100, 100, \"viewer\")\n browser.mouseMoveFromTo(500, 0, 500, 800, \"viewer\")\n browser.mouseUpAt(200, 200, \"document\")\n```\n\n### Creating the test data\n\nAfter succesfuly writing your first test, you need to create the test data, a point in time when you are sure the browser will answer your described behaviour correctly.\n\n```sh\n$ python testcases.py --capture\n```\n\nThis command will run every test, capturing the final result of each and storing it under 'cases' folder.\n\n### Running the tests\n\nAfter you have created and captured all your test data, you can run all your cases with the next command.\n```sh\n$ npython testcases.py\n```\n\n### Browser Object\n* mouseDownAt(x_position, y_position, target_element)\n* mouseMoveFromTo(x_origin_position, y_origin_position, x_destiny_position, y_destiny_position, target_element)\n* mouseUpAt(x_position, y_position, target_element)\n* dragAndDropFromTo(x_origin_position, y_origin_position, x_destiny_position, y_destiny_position, target_element)\n* exectue(text_script) \n\n### Test parameters\n* waitBeforeExecute [not required][int] milliseconds number representing the sleep time before running the test case\n* waitAfterExecute [not required][int] milliseconds number representing the sleep time after running the test case and before running the comparison\n\n### AutoWebGL Config Parameters\n* url [required][str] String describing the url used for each case\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/santiiiii/autowebgl", "keywords": "webgl automation devop image comparison", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "autowebgl", "package_url": "https://pypi.org/project/autowebgl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/autowebgl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/santiiiii/autowebgl" }, "release_url": "https://pypi.org/project/autowebgl/0.3.5/", "requires_dist": null, "requires_python": null, "summary": "Automation Tool for WebGL based Projects", "version": "0.3.5" }, "last_serial": 2566248, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7c9983fa79d6c266088a252022f902ff", "sha256": "4789ab55588bce9b423e0df351c941b495be4a69e85eea58ab6fbe5ef860c1c8" }, "downloads": -1, "filename": "autowebgl-0.2.0-py2.7.egg", "has_sig": false, "md5_digest": "7c9983fa79d6c266088a252022f902ff", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1376, "upload_time": "2017-01-11T01:49:40", "url": "https://files.pythonhosted.org/packages/cf/e0/2434fb4fe8c1d11d73d7ef3c41097a8d6b64aa687d6f971bc2232cb2f98b/autowebgl-0.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "688d04772b50b51da60d973d443dd307", "sha256": "79397c35d0107939e0ce8790777efb125c349f213bbb47077e9c09acfa3b5eac" }, "downloads": -1, "filename": "autowebgl-0.2.0.tar.gz", "has_sig": false, "md5_digest": "688d04772b50b51da60d973d443dd307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2034, "upload_time": "2017-01-11T01:49:37", "url": "https://files.pythonhosted.org/packages/1c/b6/ac2b2024d7840a220b7cb3ee886516b024825054bcf137fb01f1f957d3a6/autowebgl-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "bc84a418d52d9583f8e5e54cbfc4bd83", "sha256": "70b0bc853e17b4686c6c51603286341184566580c470e4d4f8345b5de0c378ab" }, "downloads": -1, "filename": "autowebgl-0.2.1.tar.gz", "has_sig": false, "md5_digest": "bc84a418d52d9583f8e5e54cbfc4bd83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3498, "upload_time": "2017-01-11T02:30:53", "url": "https://files.pythonhosted.org/packages/36/2f/1f509997a471deb72d50e9cd16ad2ec10d5c3b07b2a23ec51d1e0913f4bc/autowebgl-0.2.1.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "ac5665f05c0f8d2afbdbb4ae1156bfa0", "sha256": "b252659eae48a0a4f5b666b3c8fc7465125853a535edb4bbcf724ed73356c7f0" }, "downloads": -1, "filename": "autowebgl-0.3.1.tar.gz", "has_sig": false, "md5_digest": "ac5665f05c0f8d2afbdbb4ae1156bfa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3499, "upload_time": "2017-01-11T02:31:36", "url": "https://files.pythonhosted.org/packages/97/2d/ca5f533c976b08c778c9be8d853671b5c6a9383984fb197fe0aef63ee3ea/autowebgl-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "e978e7486547048308462061549e1297", "sha256": "2b721ad58662ac9c580c0c675b736dbbc04568d784e4d63884933efa80075ad1" }, "downloads": -1, "filename": "autowebgl-0.3.2.tar.gz", "has_sig": false, "md5_digest": "e978e7486547048308462061549e1297", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3520, "upload_time": "2017-01-11T02:48:58", "url": "https://files.pythonhosted.org/packages/15/3b/9d4d699cf6123b7c754d995c93210067b6dafd0b7232ddada01789b3b3eb/autowebgl-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "6af7f09c12f62d1729f213e8161541e3", "sha256": "55203fc5afa5cc4b349c09613112d14430b3b9e78064541fe0061048fde22602" }, "downloads": -1, "filename": "autowebgl-0.3.3.tar.gz", "has_sig": false, "md5_digest": "6af7f09c12f62d1729f213e8161541e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3807, "upload_time": "2017-01-11T02:50:57", "url": "https://files.pythonhosted.org/packages/06/6b/7d9476040e6a72c24622a294818b7922e4e2a4a26c200d6e01b08533424a/autowebgl-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "bb36b52a1d35545a9f11f14659422eb8", "sha256": "19a153a69cdf3d6b84a25e19231800ce4390574ed4a6fe8d7e0c27e95c412a02" }, "downloads": -1, "filename": "autowebgl-0.3.4.tar.gz", "has_sig": false, "md5_digest": "bb36b52a1d35545a9f11f14659422eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3824, "upload_time": "2017-01-11T02:53:39", "url": "https://files.pythonhosted.org/packages/a7/92/41704c707059ab5aa3d60ebeb71633011253d84b8d9b3dd0496a7b281380/autowebgl-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "68887e472c9d646d7bee389a4a1e4aa9", "sha256": "86fea519453156b946373549130279b3d052d68e4b1b7300b33a9ef1e2b370e9" }, "downloads": -1, "filename": "autowebgl-0.3.5.tar.gz", "has_sig": false, "md5_digest": "68887e472c9d646d7bee389a4a1e4aa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3859, "upload_time": "2017-01-11T02:55:07", "url": "https://files.pythonhosted.org/packages/37/a6/171f41eda57c39ec52010ad39efff781acc94120a219f324f5e0501df873/autowebgl-0.3.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68887e472c9d646d7bee389a4a1e4aa9", "sha256": "86fea519453156b946373549130279b3d052d68e4b1b7300b33a9ef1e2b370e9" }, "downloads": -1, "filename": "autowebgl-0.3.5.tar.gz", "has_sig": false, "md5_digest": "68887e472c9d646d7bee389a4a1e4aa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3859, "upload_time": "2017-01-11T02:55:07", "url": "https://files.pythonhosted.org/packages/37/a6/171f41eda57c39ec52010ad39efff781acc94120a219f324f5e0501df873/autowebgl-0.3.5.tar.gz" } ] }