We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e7b9d commit 98769beCopy full SHA for 98769be
1 file changed
fiori-app/webapp/test/e2e/wdio.conf.ts
@@ -165,7 +165,7 @@ export const config: wdi5Config = {
165
// with `/`, the base url gets prepended, not including the path portion of your baseUrl.
166
// If your `url` parameter starts without a scheme or `/` (like `some/path`), the base url
167
// gets prepended directly.
168
- baseUrl: "http://localhost:8080/mockserver.html?channelId=testChannel",
+ baseUrl: "http://localhost:8095/mockserver.html?channelId=testChannel",
169
//
170
// Default timeout for all waitFor* commands.
171
waitforTimeout: 60000,
0 commit comments