{ "info": { "author": "Emin Martinian", "author_email": "emin.martinian@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3" ], "description": "Introduction\n============\n\nTools to help create dockerized tests in python.\n\nTips and Tricks\n===============\n\nPhantomJS\n---------\n\nPhantomJS is a great selenium driver. There are a few things you may\nwant to keep in mind:\n\n1. Use\n ``service_args=['--ignore-ssl-errors=true', '--ssl-protocol=any']``\n when creating the driver (e.g.,\n ``driver = webdriver.PhantomJS(service_args=...)``). This is helpful\n if you are doing tests and do not have proper SSL certificates\n installed.\n2. Do something like ``driver.set_page_load_timeout(300)`` if you have\n pages which take a while.\n3. Do something like ``driver.maximize_window()`` to make sure the\n window is big enough to \"see\" the page.\n4. Make sure you have at least version 2 or things will be broken.\n\n - Installing can be a pain and you may have to do it manually (e.g.,\n see `this\n gist `__).\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/aocks/oxtest", "keywords": "testing continuous integration", "license": "custom", "maintainer": "", "maintainer_email": "", "name": "oxtest", "package_url": "https://pypi.org/project/oxtest/", "platform": "", "project_url": "https://pypi.org/project/oxtest/", "project_urls": { "Homepage": "http://github.com/aocks/oxtest" }, "release_url": "https://pypi.org/project/oxtest/0.1/", "requires_dist": null, "requires_python": "", "summary": "Tools for testing with docker.", "version": "0.1" }, "last_serial": 4755066, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ebda063b5e60a796f365965c627a6e5e", "sha256": "dde21b0877c0ead76cbacf8d1b35dd6485a4f92663b074d0c8ae673ed1e95ffa" }, "downloads": -1, "filename": "oxtest-0.1.tar.gz", "has_sig": false, "md5_digest": "ebda063b5e60a796f365965c627a6e5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8212, "upload_time": "2019-01-29T14:14:52", "url": "https://files.pythonhosted.org/packages/37/86/52edaf27c71b8d16d9453a7f792837686745eef7cc7ac8be381b028f1714/oxtest-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ebda063b5e60a796f365965c627a6e5e", "sha256": "dde21b0877c0ead76cbacf8d1b35dd6485a4f92663b074d0c8ae673ed1e95ffa" }, "downloads": -1, "filename": "oxtest-0.1.tar.gz", "has_sig": false, "md5_digest": "ebda063b5e60a796f365965c627a6e5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8212, "upload_time": "2019-01-29T14:14:52", "url": "https://files.pythonhosted.org/packages/37/86/52edaf27c71b8d16d9453a7f792837686745eef7cc7ac8be381b028f1714/oxtest-0.1.tar.gz" } ] }