Skip to content

Commit 8ccddd8

Browse files
committed
remove reference from docs
1 parent 7be6f81 commit 8ccddd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Sass in `media/css/` keeps the existing block–element naming pattern.
3333
## Testing Guidelines
3434

3535
Pytest expects files named `test_<feature>.py` beside code or in `tests/unit/` or `tests/functional/`.
36-
Use markers such as `cdn`, `smoke`, or `skip_if_firefox` to scope runs (e.g., `pytest -m "not cdn"`). `npm run jasmine` rebuilds assets via `webpack.test.config.js` and runs front-end unit coverage. `make test` is the containerized umbrella; browser flows in `tests/playwright/` require QA coordination before extending.
36+
Use markers such as `cdn`, `download`, or `headless` to scope runs (e.g., `pytest -m "not cdn"`). `npm run jasmine` rebuilds assets via `webpack.test.config.js` and runs front-end unit coverage. `make test` is the containerized umbrella; browser flows in `tests/playwright/` require QA coordination before extending.
3737

3838
## Workflow guidelines
3939

0 commit comments

Comments
 (0)