test: headless chromeのオプションを変更

This commit is contained in:
usbharu 2023-12-04 18:33:55 +09:00
parent bad5a2e268
commit 3f5a573fb3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Feature: OAuth2 Login Test
Background: Background:
* url baseUrl * url baseUrl
* configure driver = { type: 'chrome' } * configure driver = { type: 'chrome',start: true, headless: true, showDriverLog: true, addOptions: [ '--headless=new' ] }
Scenario: スコープwrite readを持ったトークンの作成 Scenario: スコープwrite readを持ったトークンの作成