Skip to content

Instantly share code, notes, and snippets.

@reynaldobarrosjr
Created August 19, 2019 18:18
Show Gist options
  • Select an option

  • Save reynaldobarrosjr/7137c54b025866eba7b8937ccf7be843 to your computer and use it in GitHub Desktop.

Select an option

Save reynaldobarrosjr/7137c54b025866eba7b8937ccf7be843 to your computer and use it in GitHub Desktop.
testes backstop do email transacional
{
"id": "backstop_default",
"viewports": [
{
"label": "desktop",
"width": 1900,
"height": 1080
}
],
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
"scenarios": [
{
"label": "TC 1.1.1 Pedido recebido pagando no CARTÃO e RETIRANDO EM LOJA ATENÇÃO",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "https://armpb-mcom-prod.s3.amazonaws.com/email/base/pedido-recebido/loja/cartao/atencao.png",
"referenceUrl": "C:/Sites/email-transacional/telas/pedido_recebido/img/loja/cartao/atencao.png"
},
{
"label": "TC 1.1.2 Pedido recebido pagando no CARTÃO e RETIRANDO EM LOJA status",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "https://armpb-mcom-prod.s3.amazonaws.com/email/base/pedido-recebido/loja/cartao/status.png",
"referenceUrl": "C:/Sites/email-transacional/telas/pagamento_recebido/img/loja/cartao/status.png"
},
{
"label": "TC 1.1.3 Pedido recebido pagando no CARTÃO e RETIRANDO EM LOJA chiquinho feliz",
"cookiePath": "backstop_data/engine_scripts/cookies.json",
"url": "https://armpb-mcom-prod.s3.amazonaws.com/email/base/chico-feliz.png",
"referenceUrl": "C:/Sites/email-transacional/telas/base/chico-apaixonado.png"
}
],
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_referenciassegunda",
"bitmaps_test": "backstop_data/bitmaps_testando",
"engine_scripts": "backstop_data/engine_scripts",
"html_report": "backstop_data/html_report",
"ci_report": "backstop_data/ci_report"
},
"report": ["browser"],
"engine": "puppeteer",
"engineOptions": {
"args": ["--no-sandbox"]
},
"asyncCaptureLimit": 5,
"asyncCompareLimit": 50,
"debug": false,
"debugWindow": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment