{ "info": { "author": "Fernanda Panca Prima", "author_email": "pancaprima8@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "# galaxest\n\n**galaxest** is a CLI (Command Line Interface) software to help developer/tester to run automation test through any device farms agnostically.\n\n## Installation & Setup\n\n### Requirements\n - Mac OS / Linux Debian based\n - Python 2.7\n - Python PIP\n - ADB properly setup\n\n### Installation\nYou must have all of the requirements installed first. Then you can simply install via Python PIP:\n```\npip install galaxest\n```\n\n### Setup\nYou have to setup your app after the installation success. type command below if this is your first setup:\n```\ngalaxest\n```\nor you can type below command if you want to re-setup your configuration:\n```\ngalaxest --reset-config\n```\nIt will show a dialogue to prompt you about the setup. Choose **Yes** if you are ready to do the setup.\n\nYou'll be asked to choose the device farm sources available for your project. You can choose more than one device farm source if you have it. You have to type for each options you choose until the indicator shows **X** while **O** means you are not choosing the option.\n\n### OpenSTF Device Farm Setup\nYou'll need **host**,**api key**, and **adb public key** of the OpenSTF to make your app works with OpenSTF Device Farm.\n1. Please put your OpenSTF host address completely like example :\n```\nhttp://mystf.com:7100\n```\n2. Then you have to generate your OpenSTF API Key from your OpenSTF Dashboard and put the API Key to the setup dialogue.\n3. Last, you need to register your ADB Public Key to your OpenSTF account in order to do remote connect and do some adb commands through the device.\n4. It will check if the app is able to connect to the OpenSTF Device Farm.\n\nNext, You'll be asked to choose one automation tool that you use in your computer.\n\n### Katalon Automation Tool Setup\nThere are some questions to make galaxest working perfectly with your Katalon.\n1. **The Katalon Application Path.** You need to specify the absolute path to your katalon application. e.g: `/Applications/Katalon.app/Contents/MacOS/katalon`\n2. **Your Automation Project File.** You need to specify the absolute path to your automation project file. The file should be the one which has extension **.prj**. e.g: `/Users/your_username/your_dir/your_automation_project_name.prj`\n\n## Features\n\n### help\n```\ngalaxest --help\n```\n\n### available devices\n```\ngalaxest -l\n```\n\n### connect\nIf you want to connect randomly to a device:\n```\ngalaxest -c\n```\nOr if you want to connect to a desired device:\n```\ngalaxest -c desired_serial_id\n```\n\n### disconnect\n```\ngalaxest -d desired_serial_id\n```\n\n### my connected devices\n```\ngalaxest -i\n```\n\n### run a test\n#### simple test run\nYou can run a test by simply use this command:\n```\ngalaxest -r desired_test_suite_name\n```\n#### choose device to run test\nYou can also specify the method to find the most suitable device to run test. We currently support find a device by the id `--by-id`, by the os`--by-os`, and by the amount `--by-n`.\n```\ngalaxest -r desired_test_suite_name --by-id desired_serial_id\n```\n#### specify more run options\nYou can also specify more options supported from the automation framework you are using by adding `--opts`.\n```\ngalaxest -r --opts additional_run_options\n```\n#### run in parallel\nYou can run your automation test in parallel by using `,` as delimiter between specs except for `--by-n`. e.g:\n```\ngalaxest -r desired_test_suite_name --by-os 5,6,7\n```\n\n### show configuration\n```\ngalaxest -p\n```\n\n### reset configuration\n```\ngalaxest --reset-config\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n\nCopyright \u00a9 2019 The galaxest Project. All Rights Reserved.\n\n[contact-link]: mailto:pancaprima8@gmail.com\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pancaprima/galaxest", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "galaxest", "package_url": "https://pypi.org/project/galaxest/", "platform": "", "project_url": "https://pypi.org/project/galaxest/", "project_urls": { "Homepage": "https://github.com/pancaprima/galaxest" }, "release_url": "https://pypi.org/project/galaxest/0.0.8/", "requires_dist": [ "requests", "tweak", "inquirer", "enum" ], "requires_python": "", "summary": "Run test from anywhere to anywhere in the galaxy", "version": "0.0.8" }, "last_serial": 5713515, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "ce4ef09e46d3e0cf047dcee23a4fa5e4", "sha256": "ae28c75ff434fd2c6e9dc1b7220ff0c59cce0231320d55d7887c0d4b8c84eb29" }, "downloads": -1, "filename": "galaxest-0.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "ce4ef09e46d3e0cf047dcee23a4fa5e4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14535, "upload_time": "2019-08-04T04:05:11", "url": "https://files.pythonhosted.org/packages/92/27/7b0a85d9facc46b95a1b5c98d66663f9e96f7634314a479bfef52ea455e2/galaxest-0.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a924c5a892474da3e650ee9aec74d84", "sha256": "179fcdfb276b8f130c9f31aee92d22edc2bd840a947a4b43f0a6c9e8bd4409fc" }, "downloads": -1, "filename": "galaxest-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5a924c5a892474da3e650ee9aec74d84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9441, "upload_time": "2019-08-04T04:05:12", "url": "https://files.pythonhosted.org/packages/89/31/64a75d4a9928add6eef85e55b0c3c2cfb900313e4289e983ba150b699fcf/galaxest-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "185a2d73f143657e224abe388d07d37f", "sha256": "c21cb0a97310f9e6fd5e36d190daf6aa8f78bc46a754f7d2e3b2cfdac8a7d807" }, "downloads": -1, "filename": "galaxest-0.0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "185a2d73f143657e224abe388d07d37f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14956, "upload_time": "2019-08-05T08:51:58", "url": "https://files.pythonhosted.org/packages/15/3b/5c044465b8af78f02f7073be1c5eb6751fc5d77b542fe0913109da46f3aa/galaxest-0.0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4369665d4f666eecababcd7565e1da7", "sha256": "68b36871f8636c3a4725c084e5cbadc73e2c1140d8d2cce20ad511f3989511c5" }, "downloads": -1, "filename": "galaxest-0.0.5.tar.gz", "has_sig": false, "md5_digest": "a4369665d4f666eecababcd7565e1da7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9621, "upload_time": "2019-08-05T08:52:00", "url": "https://files.pythonhosted.org/packages/5c/b2/162e0a04411169d67e567d1185a659fa93a5f3a01314ec0ca294e790a9b6/galaxest-0.0.5.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "ca2f54ce0dc88194a516f17a235167fc", "sha256": "10e3150018433b3eb3ebabbfceafa49080b02bcd34adb0eae4d4f1d40aa33c0e" }, "downloads": -1, "filename": "galaxest-0.0.7-py2-none-any.whl", "has_sig": false, "md5_digest": "ca2f54ce0dc88194a516f17a235167fc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16041, "upload_time": "2019-08-18T10:27:04", "url": "https://files.pythonhosted.org/packages/3d/3c/80419959e5f0c9c958834c34c45d5a7799d9ca1f6b6e8b8f7fe03a584c48/galaxest-0.0.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b22aa9d0a9ad1a8d84fd4ce0fc56489b", "sha256": "62ac4b79524aea2e834fd1321f917bc64296814eb7a83aee9d7f8b5461941ac3" }, "downloads": -1, "filename": "galaxest-0.0.7.tar.gz", "has_sig": false, "md5_digest": "b22aa9d0a9ad1a8d84fd4ce0fc56489b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12911, "upload_time": "2019-08-18T10:27:08", "url": "https://files.pythonhosted.org/packages/63/3a/7c4a7f0062372dc0b415bad2751e010abbb5d2f91c0ac8e67f7d7b0caf24/galaxest-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "778175b09473ff87290a32c3a4f4abc3", "sha256": "eb3f008d4a7a9833069cfc010a2f99c2955a9b0fc310f202a5a799b79f3bb2b4" }, "downloads": -1, "filename": "galaxest-0.0.8-py2-none-any.whl", "has_sig": false, "md5_digest": "778175b09473ff87290a32c3a4f4abc3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16174, "upload_time": "2019-08-22T06:35:51", "url": "https://files.pythonhosted.org/packages/99/3f/d882619e2247c2609e23ec4d5585b883adc2f93b6c100a6516964ebfc412/galaxest-0.0.8-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "822d5f9069b3cbd871d39c26faf48161", "sha256": "b2b1637844c2a40565890afb616a144d8d45ee62eac1b969fe90b533efe77914" }, "downloads": -1, "filename": "galaxest-0.0.8.tar.gz", "has_sig": false, "md5_digest": "822d5f9069b3cbd871d39c26faf48161", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13037, "upload_time": "2019-08-22T06:35:53", "url": "https://files.pythonhosted.org/packages/64/56/74d2def6b8840d142eb106fb96ef7d7d2ea62e150e359bc92d7c0768a642/galaxest-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "778175b09473ff87290a32c3a4f4abc3", "sha256": "eb3f008d4a7a9833069cfc010a2f99c2955a9b0fc310f202a5a799b79f3bb2b4" }, "downloads": -1, "filename": "galaxest-0.0.8-py2-none-any.whl", "has_sig": false, "md5_digest": "778175b09473ff87290a32c3a4f4abc3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16174, "upload_time": "2019-08-22T06:35:51", "url": "https://files.pythonhosted.org/packages/99/3f/d882619e2247c2609e23ec4d5585b883adc2f93b6c100a6516964ebfc412/galaxest-0.0.8-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "822d5f9069b3cbd871d39c26faf48161", "sha256": "b2b1637844c2a40565890afb616a144d8d45ee62eac1b969fe90b533efe77914" }, "downloads": -1, "filename": "galaxest-0.0.8.tar.gz", "has_sig": false, "md5_digest": "822d5f9069b3cbd871d39c26faf48161", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13037, "upload_time": "2019-08-22T06:35:53", "url": "https://files.pythonhosted.org/packages/64/56/74d2def6b8840d142eb106fb96ef7d7d2ea62e150e359bc92d7c0768a642/galaxest-0.0.8.tar.gz" } ] }