@moizkhan/data-driven-test
v1.0.0
Published
Playwright data-driven and sequential test suite for team sharing
Maintainers
Readme
Data-Driven Test Suite
A comprehensive Playwright test suite for data-driven and sequential testing.
Installation
npm install @your-team/data-driven-testFeatures
- Data-driven testing with JSON configuration
- Sequential test execution
- Allure reporting integration
- Configuration validation utilities
- Multiple test scenarios
Scripts
npm test- Run all testsnpm run test:sequential- Run tests sequentiallynpm run test:data-driven- Run data-driven testsnpm run test:allure- Run tests with Allure reportingnpm run validate-config- Validate test configuration
Usage
After installation, you can use the test configurations and utilities in your project:
// Example usage
const { test, expect } = require('@playwright/test');
// Import utilities from this packageConfiguration
The package includes:
playwright.config.js- Standard Playwright configurationplaywright.sequential.config.js- Sequential test configurationconfig/testData.json- Test data configuration
Documentation
See the included documentation files for detailed usage instructions and scenarios.
