Hacker News new | ask | show | jobs
by joenot443 160 days ago

  describe "hello, world"
    it "calls the route"
      let world = "world"

      when calling GET /hello/{{world}}
      then status is 200
      and selector `p` text equals "hello, {{world}}"

What don't you like about it? I think it's interesting