UNPKG

@softrams/gauge-taiko-steps

Version:

Implementation of common test steps with Taiko driver for writing tests with Gauge framework

33 lines 842 B
{ "name": "@softrams/gauge-taiko-steps", "version": "0.1.11", "description": "Implementation of common test steps with Taiko driver for writing tests with Gauge framework", "main": "index.js", "scripts": { "test": "echo \"Error: no tests yet\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/softrams/gauge-taiko-steps.git" }, "keywords": [ "gauge", "taiko", "testing", "bdd" ], "author": "Murali (murali@softrams.com)", "license": "MIT", "bugs": { "url": "https://github.com/softrams/gauge-taiko-steps/issues" }, "homepage": "https://github.com/softrams/gauge-taiko-steps#readme", "dependencies": { "moment": "^2.29.4", "taiko-accessibility": "^0.3.2" }, "devDependencies": { "@faker-js/faker": "^9.2.0", "taiko": "^1.3.10" } }