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:
parent
c9fd8e39f3
commit
9d22e2a445
|
@ -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
|
||||||
|
|
|
@ -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/',
|
||||||
|
|
Loading…
Reference in New Issue