Socket
Book a DemoInstallSign in
Socket

kakunin

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kakunin

End-to-end testing framework

Source
npmnpm
Version
2.0.0-1
Version published
Weekly downloads
7
-22.22%
Maintainers
2
Weekly downloads
 
Created
Source

Kakunin - automated testing framework

Documentation

You can find documentation on the official page:
https://thesoftwarehouse.github.io/Kakunin/

Or watch a short presentation about the features on Slideshare.

Requirements

TO run the framework you'll need few tools installed:

  • node v7.0+
  • JDK (for selenium to work)
  • Chrome

Installation

In order to install Kakunin you have to make sure that you have installed:

node.js - v7.8.0 min
JDK
Chrome

Create directory for your project

mkdir my_project

Go to project directory

cd my_project

Initialize JavaScript project

npm init

Install dependencies

npm install cross-env protractor webdriver-manager kakunin  --save

Inside package.json file; add new script in scripts section:

"kakunin": "cross-env NODE_ENV=prod kakunin"

Contributing

Feel free to contribute to this project! Just fork the code, make any updated and let us know!

How to test?

Run npm run test to execute both units and functional tests.

How to build?

Run npm run build to build the project

How to update docs?

Install mkdocs tool and its requirements (python required):

pip install mkdocs mkdocs-material pygments

In order to preview documentation type mkdocs serve inside kakunin directory.

In order to build static version of documentation type mkdocs build.

FAQs

Package last updated on 02 Oct 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