vijay


Namevijay JSON
Version 0.0.1 PyPI version JSON
download
home_page
Summaryvijay
upload_time2022-12-17 17:21:54
maintainer
docs_urlNone
authorVijay Thorat
requires_python>=3.7
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aitest
The  vijay  Command  Line  Interface is a unified tool to manage your aitest services.

### Installing
To vijay this CLI tool you can run the below command for Linux 
```
pip3 install vijay
```

To install this CLI tool you can run the below command for windows 
```
pip install vijay
```

### How to use
    To see help text, you can run:

    aitest --help
    aitest <command> --help
    aitest <command> <subcommand> --help

    ex:
    1) If you want help to understand aitest CLI, you can run the following command:
    Input :

        aitest --help

    output:

        Usage: aitest [OPTIONS] COMMAND [ARGS]...

        The  aitest  Command  Line  Interface is a unified tool to manage your aitest  services.

        To see help text, you can run:

       aitest --help

       aitest <command> --help

       aitest <command> <subcommand> --help

       Options:
           --help  Show this message and exit.

       Commands:
           configure  If this command is run with no arguments, you will be prompted...
           run        If this command is run with testrun id as an argument, aitest...
           status     If this command is run with testrun id as an argument, aitest...

    2) If you want to know how configure command works , you can run the following command:
        Input:

            aitest configure --help

        Output:

        aitest configure [OPTIONS]

        If this command is run with no arguments, you will be prompted for configuration values such as your  aitest  APIKey.If your configure file
        does not  exist (the default location is ~/.aitest/configure), the aitest
        CLI will create it for you.To keep an existing value, hit enter when
        prompted for the value.


        To save the configurations , you can run below command:

        aitest configure

       Options:
          --help  Show this message and exit.

    3) How to run aitest configure command?
        Input:

                aitest configure 

        Output:

                Enter APIkey:<For authentication we are using the Bearer token temporary. In Future we will use the Access key.>

        After this step key will bea store at the default location is ~/.aitest/configure.
#### Note : To access the aitest services using CLI commands you need to run  aitest configure command first.


    4) How to run aitest run command?:
        Input:

            aitest run ae96545a-79da-11ed-8d95-762fbb2b81b4

        Output:

        Enter github password: test

        Test created successfully
        Test Name : P_Demo_Test
        Test Run ID : 49d13c54-7ab3-11ed-8bb3-56752b95b6fb



    5) How to run aitest status command?
        Input :

            aitest status ae96545a-79da-11ed-8d95-762fbb2b81b4

        Output:

            test status : completed

            chrome-104    test run result id: 3f7fd9d2-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 248.08 secs
            chrome-104    test run result id: 3f8e9d82-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 249.23 secs
            chrome-104    test run result id: 875bcfc2-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 244.416 secs
            chrome-104    test run result id: 8769323e-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 244.636 secs
            chrome-104    test run result id: afa26866-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 245.386 secs
            chrome-104    test run result id: afbb8f1c-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 247.679 secs
            chrome-104    test run result id: cf309d82-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 243.275 secs
            chrome-104    test run result id: cf3d5bb2-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 237.987 secs
            chrome-104    test run result id: f7ad10ca-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 252.762 secs
            chrome-104    test run result id: f7bdb38a-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 253.399 secs











            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vijay",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vijay Thorat",
    "author_email": "vijaythorat0804@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ab/72/dfd9695409d122805e41c84540c476ea83f01ff5a72829bc65470d7545bf/vijay-0.0.1.tar.gz",
    "platform": null,
    "description": "# aitest\nThe  vijay  Command  Line  Interface is a unified tool to manage your aitest services.\n\n### Installing\nTo vijay this CLI tool you can run the below command for Linux \n```\npip3 install vijay\n```\n\nTo install this CLI tool you can run the below command for windows \n```\npip install vijay\n```\n\n### How to use\n    To see help text, you can run:\n\n    aitest --help\n    aitest <command> --help\n    aitest <command> <subcommand> --help\n\n    ex:\n    1) If you want help to understand aitest CLI, you can run the following command:\n    Input :\n\n        aitest --help\n\n    output:\n\n        Usage: aitest [OPTIONS] COMMAND [ARGS]...\n\n        The  aitest  Command  Line  Interface is a unified tool to manage your aitest  services.\n\n        To see help text, you can run:\n\n       aitest --help\n\n       aitest <command> --help\n\n       aitest <command> <subcommand> --help\n\n       Options:\n           --help  Show this message and exit.\n\n       Commands:\n           configure  If this command is run with no arguments, you will be prompted...\n           run        If this command is run with testrun id as an argument, aitest...\n           status     If this command is run with testrun id as an argument, aitest...\n\n    2) If you want to know how configure command works , you can run the following command:\n        Input:\n\n            aitest configure --help\n\n        Output:\n\n        aitest configure [OPTIONS]\n\n        If this command is run with no arguments, you will be prompted for configuration values such as your  aitest  APIKey.If your configure file\n        does not  exist (the default location is ~/.aitest/configure), the aitest\n        CLI will create it for you.To keep an existing value, hit enter when\n        prompted for the value.\n\n\n        To save the configurations , you can run below command:\n\n        aitest configure\n\n       Options:\n          --help  Show this message and exit.\n\n    3) How to run aitest configure command?\n        Input:\n\n                aitest configure \n\n        Output:\n\n                Enter APIkey:<For authentication we are using the Bearer token temporary. In Future we will use the Access key.>\n\n        After this step key will bea store at the default location is ~/.aitest/configure.\n#### Note : To access the aitest services using CLI commands you need to run  aitest configure command first.\n\n\n    4) How to run aitest run command?:\n        Input:\n\n            aitest run ae96545a-79da-11ed-8d95-762fbb2b81b4\n\n        Output:\n\n        Enter github password: test\n\n        Test created successfully\n        Test Name : P_Demo_Test\n        Test Run ID : 49d13c54-7ab3-11ed-8bb3-56752b95b6fb\n\n\n\n    5) How to run aitest status command?\n        Input :\n\n            aitest status ae96545a-79da-11ed-8d95-762fbb2b81b4\n\n        Output:\n\n            test status : completed\n\n            chrome-104    test run result id: 3f7fd9d2-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 248.08 secs\n            chrome-104    test run result id: 3f8e9d82-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 249.23 secs\n            chrome-104    test run result id: 875bcfc2-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 244.416 secs\n            chrome-104    test run result id: 8769323e-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 244.636 secs\n            chrome-104    test run result id: afa26866-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 245.386 secs\n            chrome-104    test run result id: afbb8f1c-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 247.679 secs\n            chrome-104    test run result id: cf309d82-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 243.275 secs\n            chrome-104    test run result id: cf3d5bb2-79db-11ed-899a-4e9b87be310a   status: pass   time taken: 237.987 secs\n            chrome-104    test run result id: f7ad10ca-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 252.762 secs\n            chrome-104    test run result id: f7bdb38a-79da-11ed-899a-4e9b87be310a   status: pass   time taken: 253.399 secs\n\n\n\n\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "vijay",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "18de622d4044acfe6a9f8e9215602f57",
                "sha256": "a45268e4a5c9ddb1fa904dba4f7dab5e99db963194206cdbd88444fedb591790"
            },
            "downloads": -1,
            "filename": "vijay-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "18de622d4044acfe6a9f8e9215602f57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6215,
            "upload_time": "2022-12-17T17:21:51",
            "upload_time_iso_8601": "2022-12-17T17:21:51.337944Z",
            "url": "https://files.pythonhosted.org/packages/8b/4e/d93f8b675ada8338c956c981f16722093f18f7b8a1bf4939c92e4d828a31/vijay-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "763d2ae6144ed3957b26c1e40837aa57",
                "sha256": "2b25efe6aa4d06677ecfab1b62786b1794db2e5769d60c287d46dc8e169f698e"
            },
            "downloads": -1,
            "filename": "vijay-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "763d2ae6144ed3957b26c1e40837aa57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5717,
            "upload_time": "2022-12-17T17:21:54",
            "upload_time_iso_8601": "2022-12-17T17:21:54.515233Z",
            "url": "https://files.pythonhosted.org/packages/ab/72/dfd9695409d122805e41c84540c476ea83f01ff5a72829bc65470d7545bf/vijay-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-17 17:21:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "vijay"
}
        
Elapsed time: 0.01853s