最初是按 http://blog.fens.me/nodejs-jasmine-bdd/ 中的介绍打算体验一下 jasmine 的效果,不过自己是用python 的 egg安装的 这个地址:https://pypi.python.org/pypi/jasmine/2.0.0
但在这个安装中测试到
$ jasmine-ci --browser chrome时总是提示如下:
看提示是没有添加 chrome drive 就下载安装了一下,当时自己还奇怪why 要求去selenium项目下载,又不是写selenium的testcase。今天突然想到安装完成应该测试http://blog.fens.me/nodejs-jasmine-bdd/ 的例子,python安装中说的
report.js的 var jasmineEnv = jasmine.getEnv(); 这个地方,还有 test.js里的describe("A suite of basic functions", function () 的 describe is not defined
再此阅读原文才发现人家下面有人回复的:
现在决定下次开始从官网http://jasmine.github.io/2.0/introduction.html的例子开始学习吧,看看这个Uncaught TypeError: Cannot read property 'env' of undefined 没有定义的env到底是什么原因,不过倒是决定jasmine可以好好了解一下,这个现在看来挺方便的,报告也很不错啊:)
但在这个安装中测试到
$ jasmine-ci --browser chrome时总是提示如下:
看提示是没有添加 chrome drive 就下载安装了一下,当时自己还奇怪why 要求去selenium项目下载,又不是写selenium的testcase。今天突然想到安装完成应该测试http://blog.fens.me/nodejs-jasmine-bdd/ 的例子,python安装中说的
The browser used by selenium can be changed by exporting JASMINE_BROWSER
$ export JASMINE_BROWSER=chrome $ jasmine-ci
or adding --browser to jasmine-ci
$ jasmine-ci --browser firefox才测试呢,好吧,自己好郁闷的晕。但是从开始下载就一直提示
report.js的 var jasmineEnv = jasmine.getEnv(); 这个地方,还有 test.js里的describe("A suite of basic functions", function () 的 describe is not defined
再此阅读原文才发现人家下面有人回复的:
现在决定下次开始从官网http://jasmine.github.io/2.0/introduction.html的例子开始学习吧,看看这个Uncaught TypeError: Cannot read property 'env' of undefined 没有定义的env到底是什么原因,不过倒是决定jasmine可以好好了解一下,这个现在看来挺方便的,报告也很不错啊:)
没有评论:
发表评论