mirror of https://github.com/usbharu/Hideout.git
test: headless chromeのオプションを変更
This commit is contained in:
parent
bad5a2e268
commit
3f5a573fb3
|
@ -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を持ったトークンの作成
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue