0.4.4 • Published 4 years ago

vrunner v0.4.4

Weekly downloads
3
License
-
Repository
github
Last release
4 years ago

vrunner

  1. Executes test cases on terminal which are stored in vREST Cloud.
  2. vrunner command can be used in any third party schedular like cron to schedule test cases. For more information, please read our guide.
  3. vrunner command can be used in any continuous integration server like Jenkins etc. For more information, please read our guide.

Prerequisites:

Installation / Update:

sudo npm install -g vrunner
  • sudo is optional. For windows, remove sudo from the above command.

Usage:

vrunner --email=<vrest_email> --password=<vrest_password>
        --url="<vrest_testcase_list_url>" [--env=<environment_name>]
        [--nosslcheck=<boolean_value>] [--debug=<boolean_value>] [--logger=<one_of_available_loggers>]

--filepath="<path_of_log_file_for_logger_other_than_console>"

Options:

    -E, --email      : Email ID through which you have registered on vREST
    -P, --password   : Password of your vREST account
    -U, --url        : Provide the test case list URL here. You can find the test
                       case list URL by going to your vREST instance and select Test
                       Cases tab. Now click on button "Copy Current Test Case List
                       URL" available in Left hand side, below the "Filters section".
                       Provide the copied URL in this option. Ensure that you enclose
                       URL in double quotes.
    -N, --env        : Provide the environment name to initialize the global variables.
                       By default environment `Default` is used.
    -D, --debug      : Should be set if you want debugging console logs.
                       By default debugging information are not logged.
    -S, --nosslcheck : If this argument is `true`, vRUNNER will process all requests,
                       without Secure Certificate Check.
                       By default Secure Certificate Check is enabled. This option is
                       useful in self-signed certificate issues.
    -L, --logger     : Your desired logging of the vRUNNER execution process and
                       result. This can be either `console` or `json` or `csv` or `xunit`.
                       By default `console` logger is used.
    -F, --filepath   : Valid if other than `console` logger is selected.
                       Absolute path of the log file, into which execution process
                       and result logs will be dumped. If path/file is not present,
                       tool will try to setup that path, and create file automatically.
                       Please note that if file already exists, that will be
                       overwritten. By default it will be the `vrest_logs/logs.[json|xml|csv]`
                       in current directory.
    -H, --help       : To see this help.
0.4.4

4 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.2.45

7 years ago

0.2.44

7 years ago

0.2.43

8 years ago

0.2.42

8 years ago

0.2.41

8 years ago

0.2.40

8 years ago

0.2.39

8 years ago

0.2.38

8 years ago

0.2.37

8 years ago

0.2.36

8 years ago

0.2.35

8 years ago

0.2.34

8 years ago

0.2.33

8 years ago

0.2.32

8 years ago

0.2.31

8 years ago

0.2.30

8 years ago

0.2.29

8 years ago

0.2.28

8 years ago

0.2.27

8 years ago

0.2.26

8 years ago

0.2.25

8 years ago

0.2.24

8 years ago

0.2.23

9 years ago

0.2.22

9 years ago

0.2.21

9 years ago

0.2.20

9 years ago

0.2.19

9 years ago

0.2.18

9 years ago

0.2.17

9 years ago

0.2.16

9 years ago

0.2.15

9 years ago

0.2.14

9 years ago

0.2.13

9 years ago

0.2.12

9 years ago

0.2.11

9 years ago

0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago