@visual-knight/codeceptjs
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.0 • Public • Published

Visual Knight CodeceptJS Helper

A helper for Codeceptjs which integrates the visual knight platform.

Installation

npm install @visual-knight/codeceptjs -D

Integration

// codeceptjs.json

{
    ...
    "helpers": {
        ...
        "VisualKnight": {
            "require": "./node_modules/@visual-knight/codeceptjs",
            "key": "YOUR_KEY",
            "project": "YOUR_PROJECT_ID OR YOUR_PROJECT_NAME",
            "useHelper": "Puppeteer" // define which helper you use
            ... // more options can be found in the core documentation
        }
    }
}

/@visual-knight/codeceptjs/

    Package Sidebar

    Install

    npm i @visual-knight/codeceptjs

    Weekly Downloads

    4

    Version

    2.0.0-alpha.0

    License

    SEE LICENSE IN LICENCE

    Unpacked Size

    20.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • tfiwm