Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 02f09fd
Author: Garris Shpon <[email protected]>
Date:   Mon Sep 24 14:07:23 2018 -0700

    Linted!

commit 32f3812
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 22:20:17 2018 -0700

    3.6.0

commit aa44bc6
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 22:19:40 2018 -0700

    commented diverged button

commit f20d973
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 22:12:19 2018 -0700

    plumbing is in for divergedImage

commit b953385
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 00:51:48 2018 -0700

    add back scrubber testImage src

commit 65d6646
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 00:41:12 2018 -0700

    3.5.15

commit 38f6975
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 00:39:43 2018 -0700

    update usage

commit ae5c161
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 00:32:28 2018 -0700

    we have diverged

commit 073b6ce
Author: Garris Shpon <[email protected]>
Date:   Sun Sep 23 00:02:31 2018 -0700

    backstop remote

    also clean up init cmd path

commit d3a9bed
Author: Garris Shpon <[email protected]>
Date:   Sat Sep 22 10:51:47 2018 -0700

    wip

commit 50eec78
Author: Garris Shpon <[email protected]>
Date:   Fri Sep 21 23:43:15 2018 -0700

    WIP

commit d928ec8
Author: Garris Shpon <[email protected]>
Date:   Fri Sep 21 15:58:16 2018 -0700

    added backstop test to responsiveDemo
  • Loading branch information
garris committed Sep 25, 2018
1 parent ef90613 commit 32db2a3
Show file tree
Hide file tree
Showing 70 changed files with 3,698 additions and 231 deletions.
6 changes: 0 additions & 6 deletions cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ if (argsOptions.v || argsOptions.version) {

var commandName = argsOptions['_'][0];

if (/^init$/i.test(commandName)) {
commandName = 'genConfig';
}

// TODO: need command for: `pkill -f "(chrome)?(--headless)"`

if (!commandName) {
console.log(usage);
process.exit();
Expand Down
5 changes: 4 additions & 1 deletion cli/usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ var commandsDescription = {
approve: 'Promotes all test bitmaps from last test run to reference bitmaps.',
reference: 'Creates new reference screenshots. Deletes all existing reference files.',
init: 'Generate BackstopJS boilerplate files in your CWD. NOTE: Overwrites existing config files!',
remote: 'Launch BackstopJS remote service.',
openReport: 'View the last test report in your browser.'
};

var optionsDescription = {
'--config': 'Path to config file name',
'--filter': 'A RegEx string used to filter by scenario labels when running "test" or "approve" commands',
'-h, --help': 'Display usage',
'-v, --version': 'Display version',
'-i': 'incremental reference generation'
'-i': 'Prevent deletion of non-matching reference files when running "reference" command (newer matching reference files are still overwritten)'
};

function makeDescription (descriptions) {
Expand Down
Loading

0 comments on commit 32db2a3

Please sign in to comment.