konacha

    2熱度

    1回答

    我有一個ember.js應用程序設置,我使用的是ember.js 1.0.0-rc4和ember-data 0.13,我試圖讓konacha設置與mocha.js類似的這個https://github.com/dgeb/ember_data_example。 我spec_helper.js //= require konacha_config //= require_tree ./templat

    3熱度

    1回答

    我有一個簡單route在我的應用程序是這樣的: Dash.PostsNewRoute = Em.Route.extend({ model: function() { return this.store.createRecord('post'); }, actions: { saveForm: function() { this.mod

    0熱度

    1回答

    我在Rails應用程序中使用fullcalendar,並且想要使用Konacha測試我正在使用的頁面。 在一個名爲fullcal_init,我有以下的(工作)代碼 jQuery(document).ready(function($) { $('#calendar').fullCalendar({ //do stuff with fullCalendar });

    1熱度

    1回答

    我使用的灰燼,konacha-軌測試我ember.js應用, 這裏是模型我測試: //sales_rep.js App.SalesRep = DS.Model.extend({ firstName: DS.attr('string'), lastName: DS.attr('string'), }); 這裏是測試: #= require spec_helper describe

    1熱度

    1回答

    我在我的Ember應用程序上運行了一些集成測試,其中Konacha。 由於測試的性質,Ember運行循環未禁用。 測試工作,但似乎因爲我沒有禁用運行循環(如在餘燼測試指南中所列),我在測試運行得到我的控制檯此錯誤: Assertion failed: The URL '/' did match any routes in your application 但無論這種「錯誤」如何,測試都會成功。

    0熱度

    2回答

    使用Konacha和Sinon.js。我在咖啡腳本下面的JavaScript(簡化爲清楚起見): if $('#payment_cc').prop('checked') console.log 'checked' else console.log 'not checked' 我一直在試圖存根測試規範$('#payment_cc').prop('checked'),但還是沒

    6熱度

    1回答

    我正在嘗試爲我的ember.jsrails應用程序設置測試環境,並決定使用Konacha與mocha和chai。我目前遇到的最大問題是在測試環境中爲我的ember models設置fixtures。如果你已經實現了這個功能,你們有沒有人能夠解釋你的文件結構和設置?在那裏有幾個網站可以很簡短地解釋它,但我希望有一個更清晰的解釋。

    4熱度

    1回答

    在我的角度測試中,我不斷收到一個Error: Unexpected request: GET 'some/rails/view.html' 我使用konacha進行測試,它採用摩卡,而不是茉莉花。該項目基於Rails應用程序,這是使用konacha的原因。 這裏是一個非常簡單的樣品測試檢查,如果控制器在角應用定義: describe "ShowAccountCtrl", -> befo

    0熱度

    1回答

    我有以下EmberJS/Konacha代碼。有沒有人有線索爲什麼測試不通過? 編輯: 我添加它測試屬性值的代替參考測試用例。 #= require ../spec_helper describe "Zaptax.v2014.App.AnswersLookup", -> beforeEach(-> Test.store = TestUtil.lookupStore() )

    0熱度

    1回答

    我已經得到了我初始化成灰燼應用這樣 App.initializer name:"Foo Data" initialize: -> store = DS.get("defaultStore") obj = [ id: 1 name: "whatever" , id: 2 name: "w