ionic-team / stencil-screenshot

Home Page:https://screenshot.ionicframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stencil Screenshot Comparison App

Source code to generate the webapp that compares screenshot images.

Testing in Ionic

  1. Run npm i
  2. Run npm build
  3. Copy the www/ folder to Ionic:
    $ cp -r ./www ../ionic/core/node_modules/\@stencil/core/screenshot/compare/
    
  4. Run npm run test.screenshot in ionic/core (or if desired pass a folder using npm run test.screenshot --f action-sheet)

Updating in Ionic

  1. Have stencil as a sibling repository
  2. After running build here the files are copied over to Stencil
  3. Commit and push those build files
  4. Release a new version of Stencil for Ionic

About

https://screenshot.ionicframework.com/

License:Other


Languages

Language:TypeScript 82.4%Language:CSS 14.7%Language:HTML 2.9%