久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <small id='SOLZH'></small><noframes id='SOLZH'>

      <tfoot id='SOLZH'></tfoot>
      <i id='SOLZH'><tr id='SOLZH'><dt id='SOLZH'><q id='SOLZH'><span id='SOLZH'><b id='SOLZH'><form id='SOLZH'><ins id='SOLZH'></ins><ul id='SOLZH'></ul><sub id='SOLZH'></sub></form><legend id='SOLZH'></legend><bdo id='SOLZH'><pre id='SOLZH'><center id='SOLZH'></center></pre></bdo></b><th id='SOLZH'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='SOLZH'><tfoot id='SOLZH'></tfoot><dl id='SOLZH'><fieldset id='SOLZH'></fieldset></dl></div>

    1. <legend id='SOLZH'><style id='SOLZH'><dir id='SOLZH'><q id='SOLZH'></q></dir></style></legend>
      • <bdo id='SOLZH'></bdo><ul id='SOLZH'></ul>

        Protractor 和 Karma 可以一起使用嗎?

        Can Protractor and Karma be used together?(Protractor 和 Karma 可以一起使用嗎?)

        <small id='GplVO'></small><noframes id='GplVO'>

          <tbody id='GplVO'></tbody>
          <tfoot id='GplVO'></tfoot>

          • <bdo id='GplVO'></bdo><ul id='GplVO'></ul>

            <legend id='GplVO'><style id='GplVO'><dir id='GplVO'><q id='GplVO'></q></dir></style></legend>

              • <i id='GplVO'><tr id='GplVO'><dt id='GplVO'><q id='GplVO'><span id='GplVO'><b id='GplVO'><form id='GplVO'><ins id='GplVO'></ins><ul id='GplVO'></ul><sub id='GplVO'></sub></form><legend id='GplVO'></legend><bdo id='GplVO'><pre id='GplVO'><center id='GplVO'></center></pre></bdo></b><th id='GplVO'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='GplVO'><tfoot id='GplVO'></tfoot><dl id='GplVO'><fieldset id='GplVO'></fieldset></dl></div>
                  本文介紹了Protractor 和 Karma 可以一起使用嗎?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  如果 Protractor 正在取代 Angular Scenario Runner 進(jìn)行 E2E 測試,這是否意味著我仍然可以將它與 Karma 作為我的端到端測試框架?

                  If Protractor is replacing Angular Scenario Runner for E2E testing, does that mean I will still be able to use it with Karma as my E2E testing framework ?

                  推薦答案

                  Protractor 的當(dāng)前維護(hù)者不推薦:

                  Not recommended by the current maintainer of Protractor:

                  https://github.com/angular/protractor/issues/9#issuecomment-19927049

                  Protractor 和 Karma 不應(yīng)該一起使用;相反,它們?yōu)檫\(yùn)行測試提供了單獨(dú)的系統(tǒng).Protractor 和 Karma 涵蓋了測試的不同方面 - Karma 主要用于單元測試,而 Protractor 應(yīng)該用于端到端測試.

                  Protractor and Karma should not be used together; instead they provide separate systems for running tests. Protractor and Karma cover different aspects of testing - Karma is intended mostly for unit tests, while Protractor should be used for end to end testing.

                  Protractor 構(gòu)建在 WebDriverJS 之上,它使用 Selenium/WebDriver 服務(wù)器來配置瀏覽器和驅(qū)動測試執(zhí)行.可以在這里找到純 WebDriverJS 的示例:http://code.google.com/p/selenium/wiki/WebDriverJs

                  Protractor is built on top of WebDriverJS, which uses a Selenium/WebDriver server to provision browsers and drive test execution. Examples of pure WebDriverJS can be found here: http://code.google.com/p/selenium/wiki/WebDriverJs

                  https://github.com/angular/protractor/issues/9#issuecomment-19931154

                  Georgios - 我認(rèn)為將 Protractor 和 Karma 分開是有意義的 - 對于端到端測試,您需要 webdriver 的原生事件驅(qū)動和靈活性,而對于單元測試,您需要快速執(zhí)行和自動查看文件.

                  Georgios - I think it makes sense to keep Protractor and Karma separate - for end to end tests, you want the native event driving and flexibility of webdriver, while for unit tests you want fast execution and autowatching of files.

                  這篇關(guān)于Protractor 和 Karma 可以一起使用嗎?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在調(diào)用 abort (jQuery) 之后,瀏覽器也會等待 ajax 調(diào)用完成)
                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請求的資源上不存在“Access-Control-Allow-Origin標(biāo)頭) - IT屋-程序員軟件開發(fā)技術(shù)分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請求是否有可能不遵循重定向 (301 302))
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內(nèi)容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)

                      • <bdo id='PANAa'></bdo><ul id='PANAa'></ul>
                        1. <small id='PANAa'></small><noframes id='PANAa'>

                            <tbody id='PANAa'></tbody>
                          <i id='PANAa'><tr id='PANAa'><dt id='PANAa'><q id='PANAa'><span id='PANAa'><b id='PANAa'><form id='PANAa'><ins id='PANAa'></ins><ul id='PANAa'></ul><sub id='PANAa'></sub></form><legend id='PANAa'></legend><bdo id='PANAa'><pre id='PANAa'><center id='PANAa'></center></pre></bdo></b><th id='PANAa'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='PANAa'><tfoot id='PANAa'></tfoot><dl id='PANAa'><fieldset id='PANAa'></fieldset></dl></div>

                          • <legend id='PANAa'><style id='PANAa'><dir id='PANAa'><q id='PANAa'></q></dir></style></legend>
                            <tfoot id='PANAa'></tfoot>

                            主站蜘蛛池模板: 欧美精品一区二区三区在线播放 | 亚洲精品久久久蜜桃 | 91福利在线观看 | 四季久久免费一区二区三区四区 | 亚洲精品在线视频 | 日韩av在线一区二区三区 | 蜜桃av人人夜夜澡人人爽 | 中文字幕精品视频 | 免费看91 | 91精品国产乱码久久久久久久久 | 欧美激情免费在线 | 成人伊人 | 国产成人精品在线播放 | 日本一区二区电影 | 国产日韩电影 | 伊人免费在线观看 | 国产一区二区在线视频 | 9色视频在线 | 一级大片网站 | 国产国语精品 | 艹逼网| 亚洲欧洲一区二区 | 天天干亚洲 | 亚洲毛片在线 | 日本午夜在线视频 | 久久亚洲综合 | 久久影院一区 | 狠狠操你| 色呦呦在线 | 日本电影韩国电影免费观看 | 精品国产一区二区国模嫣然 | 久久一| 日韩精品一区二区三区中文字幕 | 中文字幕日本一区二区 | 国产精品1| 久久人人国产 | 神马久久久久久久久久 | 国产精品91视频 | 中文字幕在线电影观看 | 国产精品久久久久久吹潮 | 国产精品免费一区二区三区四区 |