Conexio amb la api
This commit is contained in:
parent
207c0ba819
commit
b12369cb47
48513 changed files with 7391639 additions and 7 deletions
27
node_modules/protractor/example/angular_material/conf.js
generated
vendored
Executable file
27
node_modules/protractor/example/angular_material/conf.js
generated
vendored
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
// An example configuration file.
|
||||
exports.config = {
|
||||
directConnect: true,
|
||||
|
||||
// Capabilities to be passed to the webdriver instance.
|
||||
capabilities: {
|
||||
'browserName': 'chrome'
|
||||
},
|
||||
|
||||
// Framework to use. Jasmine is recommended.
|
||||
framework: 'jasmine',
|
||||
|
||||
// Spec patterns are relative to the current working directory when
|
||||
// protractor is called.
|
||||
specs: [
|
||||
'input_spec.js',
|
||||
'mat_paginator_spec.js'
|
||||
],
|
||||
|
||||
// Disable promise manager because we are going to use async/await
|
||||
SELENIUM_PROMISE_MANAGER: false,
|
||||
|
||||
// Options to be passed to Jasmine.
|
||||
jasmineNodeOpts: {
|
||||
defaultTimeoutInterval: 30000
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue