File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
blackfireio/blackfire-symfony-meta/1.0 Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ scenarios : |
2
+ #!blackfire-player
3
+
4
+ scenario
5
+ name "Test homepage"
6
+ visit url('/')
7
+ expect status_code() == 200
Original file line number Diff line number Diff line change
1
+ {
2
+ "copy-from-recipe" : {
3
+ ".blackfire.yaml" : " .blackfire.yaml"
4
+ },
5
+ "env" : {
6
+ "#1" : " Get your SERVER credentials at https://blackfire.io/my/settings/credentials" ,
7
+ "#2" : " BLACKFIRE_SERVER_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ,
8
+ "#3" : " BLACKFIRE_SERVER_TOKEN=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"
9
+ },
10
+ "docker-compose" : {
11
+ "docker-compose.override.yml" : {
12
+ "services" : [
13
+ " blackfire:" ,
14
+ " image: blackfire/blackfire:2" ,
15
+ " # uncomment to store Blackfire credentials in a local .env.local file" ,
16
+ " #env_file: .env.local" ,
17
+ " environment:" ,
18
+ " BLACKFIRE_LOG_LEVEL: 4" ,
19
+ " ports: [8307]"
20
+ ]
21
+ }
22
+ },
23
+ "aliases" : [" blackfire" ]
24
+ }
Original file line number Diff line number Diff line change
1
+ * Blackfire Agent has been configured in your <comment>docker-compose.override.yaml</> file
2
+
3
+ * Configure your Blackfire <comment>SERVER</> credentials in <info>.env.local</> (get them at https://blackfire.io/my/settings/credentials)
4
+
5
+ * Install the <comment>PHP probe</>: https://blackfire.io/docs/up-and-running/installation
6
+
7
+ * <fg=blue>Read</> the documentation at <comment>https://blackfire.io/docs</>
You can’t perform that action at this time.
0 commit comments