mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
8 lines
142 B
YAML
8 lines
142 B
YAML
scenarios: |
|
|
#!blackfire-player
|
|
|
|
scenario
|
|
name "Test homepage"
|
|
visit url('/')
|
|
expect status_code() == 200
|