Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
51 lines
663 B
Markdown
51 lines
663 B
Markdown
# bdd-testing Reference
|
|
|
|
## Overview
|
|
|
|
Detailed technical reference for the bdd-testing skill.
|
|
|
|
## Key Concepts
|
|
|
|
### [Concept 1]
|
|
|
|
[Detailed explanation]
|
|
|
|
### [Concept 2]
|
|
|
|
[Detailed explanation]
|
|
|
|
## API Reference
|
|
|
|
### [Function/Method Name]
|
|
|
|
**Description**: [What it does]
|
|
|
|
**Parameters**:
|
|
- - [Type]: [Description]
|
|
- - [Type]: [Description]
|
|
|
|
**Returns**: [Return type and description]
|
|
|
|
**Example**:
|
|
```bash
|
|
[example usage]
|
|
```
|
|
|
|
## Troubleshooting
|
|
|
|
### [Issue 1]
|
|
|
|
**Symptoms**: [What the user sees]
|
|
|
|
**Cause**: [Root cause]
|
|
|
|
**Solution**: [How to fix it]
|
|
|
|
### [Issue 2]
|
|
|
|
**Symptoms**: [What the user sees]
|
|
|
|
**Cause**: [Root cause]
|
|
|
|
**Solution**: [How to fix it]
|