2.0.0-alpha.0 • Published 5 years ago

@visual-knight/codeceptjs v2.0.0-alpha.0

Weekly downloads
28
License
SEE LICENSE IN LI...
Repository
-
Last release
5 years ago

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
        }
    }
}
2.0.0-alpha.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago