Skip to content

dependency upgrades #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.