{ "info": { "author": "Felix Descoteaux", "author_email": "flx.descoteaux@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "simple-nose-selenium\n*************\n\nA simple Selenium WebDriver plugin for nose.\n\nThis plugin is a python3 only stripped down version of `nose-selenium `_.\n\nnosetests command line options\n==============================\n\n.. code-block:: bash\n\n $ nosetests --with-simple-nose-selenium --help\n Usage: nosetests [options]\n\n Options:\n ...\n --with-simple-nose-selenium Enable plugin Simple Nose Selenium\n --browser=BROWSER Run this type of browser (default ['FIREFOX'], options:\n [FIREFOX, CHROME, SAUCELABS]\n\nExample Commands\n----------------\n\n.. code-block:: bash\n\n $ nosetests --with-simple-nose-selenium --browser=FIREFOX\n\n\nTo run your tests on Saucelabs you need to set the required environment variables first.\n\n.. code-block:: bash\n\n $ export SAUCELABS_USERNAME=foo\n $ export SAUCELABS_ACCESSKEY=123key\n $ export SAUCELABS_PLATFORM=windows\n $ export SAUCELABS_BROWSER_NAME=chrome\n $ export SAUCELABS_BROWSER_VERSION=4.1\n $ nosetests --with-simple-nose-selenium --browser=SAUCELABS\n\n\nInheriting from SeleniumTestCase\n--------------------------------\n\nSeleniumTestCase creates the webdriver and stores it in self.wd in its setUp()\nand closes it in tearDown().\n\n.. code-block:: python\n\n from nose_selenium import SeleniumTestCase\n\n\n class MyTestCase(SeleniumTestCase):\n\n def test_that_google_opens(self):\n self.wd.get(\"http://google.com\")\n self.assertEqual(self.wd.title, \"Google\")\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/felix-d/simple-nose-selenium", "keywords": "nose selenium webdriver", "license": "Mozilla Public License 2.0 (MPL 2.0)", "maintainer": null, "maintainer_email": null, "name": "simple-nose-selenium", "package_url": "https://pypi.org/project/simple-nose-selenium/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simple-nose-selenium/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/felix-d/simple-nose-selenium" }, "release_url": "https://pypi.org/project/simple-nose-selenium/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Run your Selenium TestCase's in chrome, firefox or saucelabs", "version": "0.2.1" }, "last_serial": 2713485, "releases": { "0.01": [ { "comment_text": "", "digests": { "md5": "c7b640dc02c04666b33b3ae4c66bcdf3", "sha256": "7d2d93ad81e60c3e2f874d2d5d33d91120e59284dd28ee7460a1f4afd354d749" }, "downloads": -1, "filename": "simple-nose-selenium-0.01.tar.gz", "has_sig": false, "md5_digest": "c7b640dc02c04666b33b3ae4c66bcdf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2400, "upload_time": "2016-07-28T18:23:57", "url": "https://files.pythonhosted.org/packages/b1/ca/a21a4fe44b39f6e07b9dd550e8131331702a8fedbc5dd244bacbac1513a9/simple-nose-selenium-0.01.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9418c24a25d7e7d276d6323c3215f1a5", "sha256": "1578d35521f925fc29bab1ad7f79acc4bc70aadb680e4481da3de0ddefbd018d" }, "downloads": -1, "filename": "simple-nose-selenium-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9418c24a25d7e7d276d6323c3215f1a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3389, "upload_time": "2017-01-21T21:05:17", "url": "https://files.pythonhosted.org/packages/13/6a/355d1390c53fc9f7003436802ab75a5fe8272a4f1b843411a9653f5fb0c8/simple-nose-selenium-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2b1ec95f9f894d73404a10e75874e0c0", "sha256": "e0b94594507084296e73a98ffefdbe96abc77028081958a9024aca9ef07ffc41" }, "downloads": -1, "filename": "simple-nose-selenium-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2b1ec95f9f894d73404a10e75874e0c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3394, "upload_time": "2017-03-17T18:18:07", "url": "https://files.pythonhosted.org/packages/8f/2d/6b69111e9493ddfcfb73c45a4766251af6f6999a90a968e502cc125f694b/simple-nose-selenium-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b1ec95f9f894d73404a10e75874e0c0", "sha256": "e0b94594507084296e73a98ffefdbe96abc77028081958a9024aca9ef07ffc41" }, "downloads": -1, "filename": "simple-nose-selenium-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2b1ec95f9f894d73404a10e75874e0c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3394, "upload_time": "2017-03-17T18:18:07", "url": "https://files.pythonhosted.org/packages/8f/2d/6b69111e9493ddfcfb73c45a4766251af6f6999a90a968e502cc125f694b/simple-nose-selenium-0.2.1.tar.gz" } ] }