admin管理员组

文章数量:1394139

Had a working CI build with teamcity, requirejs, and jasmine 1.3 running phantomjs.exe and I'm trying to upgrade jasmine to version 2.0.

I got a basic html specrunner page working following this great post. (jasmine is now loaded on windows.onload, )

Now I'm trying to get the teamcity-reporter working. (from the plugins page under testing framework, +Plugins#)

It has a dependency on the jasmine global and doesn't see it, even though I can console.log the jasmine.version, but really my question is does anybody have one that works, or has a good explanation on how the reporters are loaded and how they work now in jasmine 2.0?

Thanks

Had a working CI build with teamcity, requirejs, and jasmine 1.3 running phantomjs.exe and I'm trying to upgrade jasmine to version 2.0.

I got a basic html specrunner page working following this great post. (jasmine is now loaded on windows.onload, https://stackoverflow./a/20851265/564577)

Now I'm trying to get the teamcity-reporter working. (from the plugins page under testing framework, http://confluence.jetbrains./display/TW/TeamCity+Plugins#)

It has a dependency on the jasmine global and doesn't see it, even though I can console.log the jasmine.version, but really my question is does anybody have one that works, or has a good explanation on how the reporters are loaded and how they work now in jasmine 2.0?

Thanks

Share Improve this question edited May 23, 2017 at 12:14 CommunityBot 11 silver badge asked Feb 4, 2014 at 19:32 WilliamWilliam 1,39513 silver badges30 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

After a day of poking around it was easy to write.

I'll keep the most updated script in https://github./WilliamDoman/Jasmine2.0TeamCityReporter

本文标签: javascriptJasmine 20 TeamCity reporterStack Overflow