Skip to content

Commit

Permalink
wdio integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed May 23, 2024
1 parent a4d8c72 commit 7d99fa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wdio-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build and push to local registry
uses: docker/build-push-action@v5
with:
context: '{{defaultContext}}:visual-wdio'
context: '{{defaultContext}}:visual-js/visual-wdio'
tags: saucelabs/visual-wdio
file: Dockerfile
load: true
Expand Down
2 changes: 1 addition & 1 deletion visual-js/visual-wdio/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default {
preset: 'ts-jest/presets/default-esm',
testEnvironment: 'node',
testPathIgnorePatterns: ['/build/'],
testPathIgnorePatterns: ['/build/', '/integration-tests'],
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
Expand Down
2 changes: 1 addition & 1 deletion visual-js/visual/src/graphql/__generated__/graphql.ts

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

0 comments on commit 7d99fa8

Please sign in to comment.