OLD | NEW |
1 { | 1 { |
2 "description": | 2 "description": |
3 ["Pages to record data for testing starting Chrome with a URL. We can't use", | 3 ["Pages to record data for testing starting Chrome with a URL. We can't use", |
4 "startup_pages.json with record_wpr, since record_wpr requires a default", | 4 "startup_pages.json with record_wpr, since record_wpr requires a default", |
5 "navigate step, which we don't want for startup testing; but we do want to", | 5 "navigate step, which we don't want for startup testing; but we do want to", |
6 "record the pages it uses.", | 6 "record the pages it uses.", |
7 "Also, record_wpr fails on about:blank, which we want to include in startup",
| 7 "Also, record_wpr fails on about:blank, which we want to include in startup",
|
8 "testing."], | 8 "testing."], |
9 "archive_data_file": "data/startup_pages.json", | 9 "archive_data_file": "data/startup_pages.json", |
10 "pages": [ | 10 "pages": [ |
11 { | 11 { |
12 "url": "http://news.bbc.co.uk", | 12 "url": "http://bbc.co.uk", |
13 "why": "typical page" | 13 "why": "typical page" |
14 }, | 14 }, |
15 { | 15 { |
16 "url": "http://kapook.com", | 16 "url": "http://kapook.com", |
17 "why": "Horribly complex page - stress test!" | 17 "why": "Horribly complex page - stress test!" |
18 } | 18 } |
19 ] | 19 ] |
20 } | 20 } |
OLD | NEW |