我正在尝试使用量角器进行测试,但在安装和配置之后,我试图运行并发生以下错误:
ReferenceError: describe is not defined
at Object.<anonymous> (c:\Users\andre.mendes\WebstormProjects\piloto\piloto.js:2: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 Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
这是我的代码:
describe('angularjs homepage', function() {
it('should greet the named user', function() {
browser.get('http://www.angularjs.org');
element(by.model('yourName')).sendKeys('TheRoks');
var greeting = element(by.binding('yourName'));
expect(greeting.getText()).toEqual('Hello TheRoks!');
});})
所以,我试图运行我的配置文件,但没有任何反应。
答案 0 :(得分:-1)
从一个干净的项目开始,然后开始玩它。我建议你使用yeoman发电机。 https://www.npmjs.org/package/generator-protractor