File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # Article Content Tests
1+ # BDD Tests
22
33This 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
You can’t perform that action at this time.
0 commit comments