Winkelmesser - beschreiben, ist nicht definiert

Ich bin mit Winkelmesser js für die Prüfung. Wenn ich versuche, führen Sie den Testfall mit

Winkelmesser e2e/main/test.spec.js

Meine conf.js

//An example configuration file.
 exports.config = {
//The address of a running selenium server.
 seleniumAddress: 'http://localhost:4444/wd/hub',

//Capabilities to be passed to the webdriver instance.

baseUrl: 'http://localhost:4000',

capabilities: {
  'browserName': 'chrome',
  'chromeOptions': {
  args: ['--test-type']
  }
},

//Spec patterns are relative to the current working directly when
//protractor is called.
 specs: ['*_spec.js'],

//Options to be passed to Jasmine-node.
jasmineNodeOpts: {
 showColors: true,
 defaultTimeoutInterval: 30000
}
};

Ich bekam Referenz-Fehler

> D:\cronj\gxp\10-09-2014\e2e\main\test.spec.js:3
describe('Login page', function() {
^
ReferenceError: describe is not defined
    at Object.<anonymous> (D:\cronj\gxp\10-09-2014\e2e\main\test.spec.js:3:1)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at ConfigParser.addFileConfig (C:\Users\Cronj4\AppData\Roaming\npm\node_modu
les\protractor\lib\configParser.js:171:20)
    at Object.init (C:\Users\Cronj4\AppData\Roaming\npm\node_modules\protractor\
lib\launcher.js:30:18)
    at Object.<anonymous> (C:\Users\Cronj4\AppData\Roaming\npm\node_modules\prot
ractor\lib\cli.js:129:23)

Könnte jeder eine Hilfe, um den test auszuführen case mit geodreieck?

  • konnte Sie zeigen Sie Ihre Winkelmesser Konfigurationsdatei ?
  • ich habe meine Konfigurations-Datei. Bitte werfen Sie einen Blick.
Schreibe einen Kommentar