Skip to content

Commit

Permalink
test: bumps version for local docker testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Dec 24, 2023
1 parent 2237822 commit 1857646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion core/util/runPlaywright.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ module.exports.createPlaywrightBrowser = async function (config) {
: typeof headless === 'boolean' ? headless : typeof headless === 'string' ? headless === 'new' ? true : headless : true
}
);
console.log('🚀 ~ file: runPlaywright.js:55 ~ playwrightArgs:', playwrightArgs);
return await playwright[browserChoice].launch(playwrightArgs);
};

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backstopjs",
"version": "6.3.2",
"version": "6.3.3",
"description": "BackstopJS: Catch CSS curveballs.",
"homepage": "https://github.com/garris/BackstopJS#readme",
"bin": {
Expand Down

0 comments on commit 1857646

Please sign in to comment.