Skip to content

Commit

Permalink
remove unnecessary modifications to wdio conf and project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
louisremi committed May 21, 2024
1 parent 5e84abf commit 9f77bbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
10 changes: 1 addition & 9 deletions e2e/browser-runner/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,7 @@ export const config = {
}
})
}
}, {}],

['static-server',
{
port: 8080,
folders: [
{ mount: '/', path: path.join(__dirname, '__fixtures__') },
],
}]],
}, {}]],

before: () => {
/**
Expand Down
1 change: 0 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@wdio/local-runner": "workspace:*",
"@wdio/mocha-framework": "workspace:*",
"@wdio/spec-reporter": "workspace:*",
"@wdio/static-server-service": "workspace:*",
"babel-plugin-transform-hook-names": "^1.0.2",
"cross-env": "^7.0.3",
"expect": "^29.7.0",
Expand Down
7 changes: 2 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 9f77bbf

Please sign in to comment.