我有2个规格,需要在无并行模式下运行,1个规格应运行在chrome和其他是在火狐。
这是我的config.js
exports.config = {
framework: 'jasmine',
//Potractor will run tests in parallel against each set of capabilities.
//Please note that if multiCapabilities is defined, the runner will ignore the capabilities configuration
mu
下面的脚本在不同的行上输出产品的所有规格(在白色和灰色之间切换)。
我想要的脚本输出规格2到2。
因此,不是:
label - value
label - value
label - value
我想:
label - value label - value
label - value label - value
label - value label - value
有人知道我应该如何做到这一点吗?
当前代码为:
<?php
$color='grey';
$attributes = $_product->getAttributes();
我正在使用来尝试让我们的茉莉花测试套件正常工作。
在我的路线的顶端,我已经定义了以下几点;
mount JasmineRails::Engine => '/specs' if defined?(JasmineRails)
这似乎是可行的,我可以浏览到/specs和标题的网页是茉莉花规格。
问题是贾斯敏所需要的资产都没有被加载,包括规格。在我看到的安慰里;
GET http://acme.lvh.me:8081/specs/assets/jasmine-specs.css 404 (Not Found) specs:21
GET http://acme.lvh.me:808
我已经在我的项目中安装并实现了Karma,但是我不知道从这里到哪里。
我有一个非常简单的茉莉花规格,只是为了测试卡玛:
describe 'A suite', ->
it 'contains spec with an expectation', ->
expect(true).toBe true
但是,我该从这里去哪里呢?
下面是我在浏览器中访问它时的样子:
我的茉莉花规格在哪里?
下面是我的控制台的样子:
rake karma:start
INFO [karma]: Karma v0.12.28 server started