@testflowkit/cli
v3.2.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
The tkit init command generates a config.yml file in your project root. You can edit it to match your needs.
📚 Documentation
For comprehensive documentation, guides, examples, and best practices, please visit the TestFlowKit Web Documentation on GitHub Pages.
The documentation includes:
- Getting Started Guide
- Configuration Options
- Step Definitions & Sentences
- Variable System
- API Testing
- Advanced Features
- FAQ & Troubleshooting
Supported Platforms
| OS | Architecture | |---------|--------------| | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64, arm64 |
Requirements
- Node.js >= 16.0.0
License
MIT © TestFlowKit
