Zombie-cheatsheets速查表

Zombie

Examples

browser
  .visit("http://.../", ->)
  .fill("email", "[email protected]")
  .fill("password", "eat-the-living")
  .select("Born", "1985")
  .uncheck("Send newsletter")
  .clickLink("Link name")
  .pressButton("Sign", () => { ... })
  .text("H1")

Expectations

expect(browser.query("#brains"))

expect(browser.body.queryAll(".hand")).length 2

console.log(browser.html())
console.log(browser.html("table.parts"))

expect(Browser.text(".card-nopad small"), "A better way to get around!")

本站为非盈利网站,作品由网友提供上传,如无意中有侵犯您的版权,请联系删除