Skip to content
/ silver-enigma Public template

this repository is the tool to monitor the visual regression.

License

Notifications You must be signed in to change notification settings

silverbirder/silver-enigma

Repository files navigation

silver-enigma

this repository is the tool to monitor the visual regression.

Output

backstopjs

Usage

Prepare

You just write the url you want to monitor in backstop.json (scenarios.url, scenarios.label).

ex.

  "scenarios": [
    {
      "label": "basic",
      "url": "https://www.amazon.co.jp/s?k=github"
    }
  ]

If you want to execute a specific script, add a key and value.

  "scenarios": [
    {
      "label": "basic",
      "url": "https://www.amazon.co.jp/s?k=github",
      "onReadyScript": "puppet/onReadyInSearch.js"
    }
  ]

Test

$ npm install
$ npm run reference
$ npm test

CircleCI

Set environments

  • VCS_TYPE
  • USERNAME
  • CIRCLE_TOKEN

※ check here

About

this repository is the tool to monitor the visual regression.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published