Skip to content

Commit

Permalink
SBVT-2261: updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnelms1 committed Jan 3, 2024
1 parent d94241d commit e3e8ff3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 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": "@smartbear/visualtest-cypress",
"version": "1.8.3",
"version": "1.9.0",
"description": "Cypress Plugin for SmartBear VisualTest via JavaScript",
"author": "Trevor Nelms",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions scripts/run-full-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ scripts/utils/check-npm-updates.sh
echo "${BLUE}Navigating to the 'test' directory...${RESET}"
cd test || exit 1

../scripts/utils/check-npm-updates.sh

echo "${BLUE}Running Cypress tests...${RESET}"
npx cypress run -q -s 'cypress/e2e/test-spec/*'
Expand Down
10 changes: 5 additions & 5 deletions test/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 test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@smartbear/visualtest-cypress": "file:..",
"cypress": "^13.6.1",
"cypress": "^13.6.2",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0"
}
Expand Down

0 comments on commit e3e8ff3

Please sign in to comment.