Skip to content

Commit 98769be

Browse files
feat: change port for wdi5 test execution
1 parent 91e7b9d commit 98769be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fiori-app/webapp/test/e2e/wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const config: wdi5Config = {
165165
// with `/`, the base url gets prepended, not including the path portion of your baseUrl.
166166
// If your `url` parameter starts without a scheme or `/` (like `some/path`), the base url
167167
// gets prepended directly.
168-
baseUrl: "http://localhost:8080/mockserver.html?channelId=testChannel",
168+
baseUrl: "http://localhost:8095/mockserver.html?channelId=testChannel",
169169
//
170170
// Default timeout for all waitFor* commands.
171171
waitforTimeout: 60000,

0 commit comments

Comments
 (0)