Skip to content

Commit

Permalink
Merge pull request #106 from viqueen/issue/site-2-tidy-up
Browse files Browse the repository at this point in the history
dependency upgrades
  • Loading branch information
viqueen authored Sep 29, 2024
2 parents 8feb6a9 + 6419dcc commit e16d460
Show file tree
Hide file tree
Showing 8 changed files with 1,053 additions and 800 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
if: failure()
with:
name: wdio-artifacts
path: .tmp/
path: artifacts/
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: failure()
with:
name: wdio-artifacts
path: .tmp/
path: artifacts/
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ dist/
changelog/

.env
.tmp/

artifacts/

local/site/**/*.js
local/site/**/*.txt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labset/confluence-static-site",
"version": "2.1.0",
"version": "2.2.0",
"description": "confluence static site",
"bin": {
"confsite": "./dist/cli/index.js"
Expand Down
Binary file modified test/baseline/desktop_chrome/home-page-ci-1600x1200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline/desktop_chrome/home-page-local-1600x1200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const config: Options.Testrunner = {
{
baselineFolder: path.join(process.cwd(), 'test', 'baseline'),
formatImageName: `{tag}-${testEnvironment}-{width}x{height}`,
screenshotPath: path.join(process.cwd(), '.tmp'),
screenshotPath: path.join(process.cwd(), 'artifacts'),
savePerInstance: true,
autoSaveBaseline: true,
blockOutStatusBar: true,
Expand Down
1,842 changes: 1,047 additions & 795 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e16d460

Please sign in to comment.