Skip to content

Commit 6615e67

Browse files
Copilotdannystaple
andcommitted
Update documentation based on PR feedback
Co-authored-by: dannystaple <[email protected]>
1 parent c76a87e commit 6615e67

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ This project uses BDD (Behavior-Driven Development) tests with Gherkin syntax po
3434

3535
### Running Integration Tests
3636

37-
To run the BDD integration tests:
38-
```bash
39-
docker compose run test
40-
```
41-
42-
The tests are located in `tests/staging/features/` and use Gherkin feature files to describe expected behavior.
37+
See [tests/README.md](tests/README.md) for details on running the BDD integration tests.
4338

4439
## Preparing to contribute
4540

tests/README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
# Article Content Tests
1+
# BDD Tests
22

33
This directory contains BDD tests for validating article content and layout.
44

55
## Test Files
66

77
### `article-content.feature`
8-
Contains two scenarios testing the article at `/2025/07/08/08-comparing-anker-power-packs.html`:
9-
10-
1. **Article Content Validation**: Tests that the article has:
11-
- Tags navigation with links to tag slugs
12-
- Post header in H2 element
13-
- Page title containing post title and "orionrobots"
14-
- Visible images inside article tag without dead links
15-
- Date and author in div element
16-
- Footer with Discord and YouTube links
17-
- Main navigation menu at top
18-
19-
2. **Desktop Layout Validation**: Tests that in desktop view:
20-
- Images, tables and text don't overflow the article container margin
8+
Contains BDD scenarios for testing article content and layout validation.
219

2210
## Running Tests
2311

0 commit comments

Comments
 (0)