Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.06 KB

Check the Wiki Page for requirements.

Run using:

php analyzer.php <originalFile> <diffFile> [elementId]

Optional argument elementId assumes default value make-everything-ok-button when not passed.

Examples:

Without elementId:

php analyzer.php https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-0-origin.html https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-4-the-mash.html

With elementId (in this case the result will be the same as for the previous example, since we are passing the same value as the default):

php analyzer.php https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-0-origin.html https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-4-the-mash.html make-everything-ok-button

With elementId different from default one:

php analyzer.php https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-0-origin.html https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-4-the-mash.html side-menu