diff --git a/src/e2eTest/resources/oauth2/Oauth2LoginTest.feature b/src/e2eTest/resources/oauth2/Oauth2LoginTest.feature index f330c369..af203344 100644 --- a/src/e2eTest/resources/oauth2/Oauth2LoginTest.feature +++ b/src/e2eTest/resources/oauth2/Oauth2LoginTest.feature @@ -2,7 +2,7 @@ Feature: OAuth2 Login Test Background: * url baseUrl - * configure driver = { type: 'chrome' } + * configure driver = { type: 'chrome',start: true, headless: true, showDriverLog: true, addOptions: [ '--headless=new' ] } Scenario: スコープwrite readを持ったトークンの作成