codeception

    0熱度

    4回答

    我如何點擊簡單鏈接<a href="/some_page.html">Some page</a> via Codeception AcceptanceTester man? class_name: AcceptanceTester modules: enabled: - WebDriver - \Helper\Acceptance config:

    0熱度

    2回答

    我試圖增加Codeception REST超時,但它似乎並沒有工作。 這就是我 class_name: ApiTester modules: enabled: - \Helper\Api: - REST: depends: PhpBrowser timeout: 90 超時錯誤我得到 [GuzzleHttp \異常\的Connec

    0熱度

    1回答

    我必須在我們的瀏覽器軟件中測試文件導入。 問題是,當我點擊導入按鈕,它會打開一個Windows資源管理器窗口,我無法從該窗口中選擇文件。 我使用codeception硒2.53和Firefox 47.0.2

    0熱度

    1回答

    在yii2,我通過作曲家通過以下命令 安裝一個新的模塊的全球需要‘codeception/codeception = 2.0。*’「 卻是露出下面的錯誤

    1熱度

    2回答

    將我們的Codeception驗收測試套件從Selenium 2.53.1升級到Selenium 3.3.1。在Selenium 3.3.1上運行時,我們的window_size的Webdriver選項似乎沒有效果。 我試過使用'最大'。這導致測試在一個窗口上運行,可能是我的約1420 x 700屏幕尺寸的三分之一。 我試過使用特定尺寸'1400 x 600'。這會導致錯誤「使用窗口的請求無法滿足

    0熱度

    1回答

    我想將我的功能測試結果與TestRail集成。由於測試軌接受狀態更新意味着測試是成功還是未能與其集成。但PHPunit函數像assertEqual,assertTrue等不返回任何值。 我們該怎麼做? public function testGetItem() { $this->specify("Verify the functionality of the method ", fun

    2熱度

    2回答

    我正在努力Codeception Webdriver/Selenium來選擇單選按鈕。 <div id="edit-nationality" class="lw-radios form-radios toggle-btn-grp cssonly"> <div class="form-item form-item-nationality form-type-radio radio"> <

    0熱度

    1回答

    是否可以在Codeception的Helper類中獲取當前環境配置? 現在我通過它作爲CEST的$env變量,我使用這個助手。 class FavoritesCest { public function _before(AcceptanceTester $I) { $I->loggedInIntoFrontend(LoginPage::LOGIN,

    0熱度

    1回答

    我試圖在selenium webDriver中運行codeception的測試。 the path to driver executable must be set by the webdriver.chrome.driver system property... 但據我瞭解,我已經給了路徑,驅動程序,因此如何:啓動驅動程序時,我開始運行測試我收到錯誤消息我用這個命令 java -jar -Dwe

    0熱度

    1回答

    我是Codeception的新手,我正在研究使用它來運行我們的集成/驗收測試套件(目前有些phpunit腳本...)。這似乎是一個非常有趣的工具,但我遇到了一個問題,可能會阻止我們使用它。 我試圖找到一種方法來注入中間件或創建一個模塊,它將允許我從服務器的響應中剝離JSON protection string,然後由REST模塊對其進行解碼。 JSON的前綴爲")]}',\n",以使對象無效,從而