Skip to content

Commit

Permalink
chore(ts-app,auth): rm chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Aug 24, 2023
1 parent 0ca56f3 commit ef2b6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const _config: _wdi5Config = {
baseUrl: "https://wdi5-sample-app.cfapps.eu20.hana.ondemand.com/basic-auth/",

// browserstack service gets injected later during merge of configs
services: process.env.BROWSERSTACK ? [] : ["chromedriver", "ui5"],
services: process.env.BROWSERSTACK ? [] : ["ui5"],

specs: ["./test/e2e/Basic.test.ts", "./test/e2e/Authentication.test.ts"],

Expand Down

0 comments on commit ef2b6c2

Please sign in to comment.