Socket
Book a DemoInstallSign in
Socket

kakunin-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kakunin-cli

CLI for e2e framework Kakunin

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
7
75%
Maintainers
1
Weekly downloads
 
Created
Source

Kakunin CLI

Allows to create kakunin project much easier.

How to use?

npm install kakunin-cli -g

Create kakunin project

kakunin create-project <path-to-dir-for-kakunin-project> [version]

Project directory can be relative to current directory, absolute or simply .. You can also specify what version of kakunin should be used. By default we use the latest one.

Run kakunin tests in any directory

kakunin run [path-to-dir-for-kakunin-project] [-t, --tags] "<cucumber-tags-expression>"

by default it runs a tests from current directory.

Optionally you can specify cucumber tags expression, allowing you to run only a set of scenarios. For example:

kakunin run -t "@wip - runs only a scenarios with @wip tag

kakunin run -t "@wip and @wip2 - runs only a scenarios with both @wip and @wip2 tags

kakunin run -t "@wip or @wip2 - runs only a scenarios with either @wip or @wip2 tag

kakunin run -t "not @wip - runs only a scenarios without @wip tag

Keywords

Kakunin

FAQs

Package last updated on 02 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts