build(docs-infra): update project structure to cli@9 7/12 (`.gitignore`, `protractor.conf.js`) (#36015)

Update configs (`.gitignore`, `protractor.conf.js`).

PR Close #36015
This commit is contained in:
George Kalpakas 2020-03-17 22:28:45 +02:00 committed by Andrew Kushnir
parent c9fd8e39f3
commit 9d22e2a445
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@
/node_modules /node_modules
# profiling files # profiling files
chrome-profiler-events.json chrome-profiler-events*.json
speed-measure-plugin.json speed-measure-plugin*.json
# IDEs and editors # IDEs and editors
/.idea /.idea

View File

@ -13,7 +13,7 @@ exports.config = {
'./src/**/*.e2e-spec.ts' './src/**/*.e2e-spec.ts'
], ],
capabilities: { capabilities: {
'browserName': 'chrome' browserName: 'chrome'
}, },
directConnect: true, directConnect: true,
baseUrl: 'http://localhost:4200/', baseUrl: 'http://localhost:4200/',