我該如何反轉這樣的查詢。 the url should match ".*window\.open.*"
我想有一個場景像... the url should not match ".*window\.open.*"
我怎樣才能扭轉正則表達式? 想是這樣 ".*[^window\.open].*"
"[^(window\.open)].*"
"[^window\.open].*"
我在Ubuntu上使用Behat和Mink進行BDD。我在我的特點三個步驟: Given I am on "/control.php"
And I wait for "3000"
Then print last response
如果我不包括@javascript標籤,測試成功完成,並打印正確的HTML。 如果我包含@javascript標記,Web瀏覽器(firefox)將打開一個空白標