(node v4.1.2) let 使うと SyntaxError になる現象 ES6 の記述を使って node コマンドでファイルを指定して実行できます。 例えばアロー関数を使って実行
(node v4.1.2) let 使うと SyntaxError になる現象 ES6 の記述を使って node コマンドでファイルを指定して実行できます。 例えばアロー関数を使って実行
目的 Protractor を使って UI のテスト時に、ブラウザのウインドウの制御をしたい。 ケース例 あるリンクボタンを押したら、別ウインドウを開く。その時、その開かれたタブ画面の URL とコンテンツの確認をする。確認が終わったらウインドウを閉じる。 書き方 describe('テスト', function() { it('リンクボタンをクリックしたら別タブを開くよ', function() { // given browser.get('http://localhost:5000/#/hoge'); browser.waitForAngular(); // when element(by.id('sample-link')).click(); // then browser.getAllWindowHandles().then(function (handles) { var ne
I've been trying out the AngularJS e2e tests and am getting stuck determining whether or not a checkbox is checked. I used the end to end test for the checkbox input as a sample (see the End to end test tab in the Example). Html snippet: Value1: <input type="checkbox" ng-model="value1"> <br/> Controller snippet: function Ctrl($scope) { $scope.value1 = true; } Here is what I tried: 1) expect(bindin
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く