Prerequisites
Before you begin, ensure you have the following:
- Chromium installed: testflowkit uses Chromium for web testing.
- testflowkit install automatically chromium but you can install yourself chormium
- Click here for instructions on how to install Chromium.
- Understanding of Gherkin: Gherkin is the language used to write your test scenarios. Refer to this guide to learn more about Gherkin.
- Understanding of YAML: testflowkit uses YAML for configuration. This tutorial provides a quick introduction to YAML.
- Command Line Interface (CLI): You'll need to be comfortable using a CLI to run testflowkit commands.
Download testflowkit
Select the binary matching your operating system and architecture:
Next Steps
After downloading, follow these steps:
- Unzip the downloaded archive.
- Navigate to the extracted directory in your terminal.
- Run the executable:
./tkit --help
(or `tkit.exe --help` on Windows) to see available commands. - Refer to the Configuration Guide for detailed setup instructions.
- Check out the Quick Start Guide for a hands-on tutorial.
- Explore the Gherkin Sentences Dictionary to understand available keywords.