@testflowkit/cli
v2.1.0
Published
TestFlowKit CLI - A powerful end-to-end testing framework using Gherkin syntax
Readme
@testflowkit/cli
TestFlowKit CLI - A powerful end-to-end testing framework using Gherkin syntax.
Installation
# Global installation (recommended)
npm install -g @testflowkit/cli
# Or use npx directly
npx @testflowkit/cli --versionUsage
Initialize a new test project
tkit initRun tests
tkit runValidate Gherkin files
tkit validateCheck version
tkit --versionConfiguration
Create a config.yml file in your project root:
mode: frontend
browser:
type: chromium
headless: true
features:
- path: ./featuresDocumentation
For full documentation, visit TestFlowKit Documentation.
Supported Platforms
| OS | Architecture | |---------|--------------| | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64, arm64 |
Requirements
- Node.js >= 16.0.0
License
MIT © TestFlowKit
