0.1.7 • Published 3 years ago

rdwdio v0.1.7

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

rdwdio

CLI to generate web automation projects

oclif Version Downloads/week License

Usage

$ npm install -g rdwdio
$ rdwdio COMMAND
$ rdwdio --help`

Commands

rdwdio create-page-object [NAME]

describe the command here

USAGE
  $ rdwdio create-page-object [NAME]

ARGUMENTS
  NAME  Name of the page object file to be created

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ rdwdio create-page-object
      Running this add command!

See code: src/commands/create-page-object/index.ts

rdwdio create-project [NAME]

Create a new WDIO project

USAGE
  $ rdwdio create-project [NAME]

ARGUMENTS
  NAME  Name of the project to be created

OPTIONS
  -h, --help  show CLI help

See code: src/commands/create-project/index.ts

rdwdio create-test [NAME]

Create a new test file

USAGE
  $ rdwdio create-test [NAME]

ARGUMENTS
  NAME  Name of the test file to be created

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ rdwdio create-test
      <name-of-file-without-extension>

See code: src/commands/create-test/index.ts

rdwdio help [COMMAND]

display help for rdwdio

USAGE
  $ rdwdio help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4-0

3 years ago

1.0.0-0

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

4 years ago