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

This commit is contained in:
usbharu 2023-12-04 18:33:55 +09:00
parent 9746fa0a0e
commit 5db9e16563
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
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を持ったトークンの作成