Quick Start
Get started with QAFlow Reporter in minutes
Quick Start
Get up and running with QAFlow Reporter in just a few minutes. This guide will walk you through the essential steps to integrate QAFlow Reporter into your testing workflow.
1. Install the Package
First, install the QAFlow Reporter package using your preferred package manager:
2. Create a Configuration File
The simplest way to set up QAFlow Reporter is to create a configuration file with your API key:
This interactive command will ask for your API key and create a reporter.config.js
file. Alternatively, you can specify your API key directly:
3. Basic Usage Example
Here's a simple example to get you started:
4. View Your Results
After running your tests, the results will be available in your QAFlow dashboard. You can view detailed information about each test, including:
- Test status (passed, failed, skipped)
- Individual step results
- Error details for failed steps
- Test duration and timestamps
- Environment information
Next Steps
Now that you have QAFlow Reporter set up, check out these resources to learn more:
- Basic Usage - Learn about the core functionality
- Installation - Detailed installation instructions
- Examples - See how to integrate with different testing frameworks