|
| 1 | +{ |
| 2 | + "id": "prod_test", |
| 3 | + "viewports": [ |
| 4 | + { |
| 5 | + "name": "tablet_v", |
| 6 | + "width": 568, |
| 7 | + "height": 1024 |
| 8 | + } |
| 9 | + ], |
| 10 | + "scenarios": [ |
| 11 | + { |
| 12 | + "label": "no_cookies_1", |
| 13 | + "url": "index.html", |
| 14 | + "selectors": [], |
| 15 | + "readyEvent": null, |
| 16 | + "delay": 50, |
| 17 | + "misMatchThreshold" : 0.1, |
| 18 | + "onBeforeScript": "onBefore.js", |
| 19 | + "onReadyScript": "onReady.js" |
| 20 | + }, |
| 21 | + { |
| 22 | + "label": "cookie1", |
| 23 | + "url": "index.html", |
| 24 | + "selectors": [], |
| 25 | + "readyEvent": null, |
| 26 | + "delay": 50, |
| 27 | + "misMatchThreshold" : 0.1, |
| 28 | + "testCookieValue": "cookie1", |
| 29 | + "onBeforeScript": "onBefore.js", |
| 30 | + "onReadyScript": "onReady.js" |
| 31 | + }, |
| 32 | + { |
| 33 | + "label": "no_cookies_2", |
| 34 | + "url": "index.html", |
| 35 | + "selectors": [], |
| 36 | + "readyEvent": null, |
| 37 | + "delay": 50, |
| 38 | + "misMatchThreshold" : 0.1, |
| 39 | + "onBeforeScript": "onBefore.js", |
| 40 | + "onReadyScript": "onReady.js" |
| 41 | + }, |
| 42 | + { |
| 43 | + "label": "cookie2", |
| 44 | + "url": "index.html", |
| 45 | + "selectors": [], |
| 46 | + "readyEvent": null, |
| 47 | + "delay": 50, |
| 48 | + "misMatchThreshold" : 0.1, |
| 49 | + "testCookieValue": "cookie2", |
| 50 | + "onBeforeScript": "onBefore.js", |
| 51 | + "onReadyScript": "onReady.js" |
| 52 | + } |
| 53 | + ], |
| 54 | + "paths": { |
| 55 | + "bitmaps_reference": "backstop_data/bitmaps_reference", |
| 56 | + "bitmaps_test": "backstop_data/bitmaps_test", |
| 57 | + "casper_scripts": "backstop_data/casper_scripts", |
| 58 | + "html_report": "backstop_data/html_report", |
| 59 | + "ci_report": "backstop_data/ci_report" |
| 60 | + }, |
| 61 | + "casperFlags": [], |
| 62 | + "engine": "phantomjs", |
| 63 | + "report": ["browser"], |
| 64 | + "debug": false |
| 65 | +} |
0 commit comments