33 | -
34 |
35 |
36 | Simple but powerful syntax which enables you to write tests very quickly, using only Javascript and CSS selectors.
37 |
38 |
39 |
40 | -
41 |
42 |
43 | Built-in command-line test runner which can run the tests either sequentially or in parallel, together, by group or single.
44 |
45 |
46 |
47 | -
48 |
49 |
50 | Manages the Selenium server automatically; can be disabled if Selenium runs on another host.
51 |
52 |
53 |
54 | -
55 |
56 |
57 | Works with cloud testing providers, such as SauceLabs and BrowserStack.
58 |
59 |
60 |
61 | -
62 |
63 |
64 | Continous Integration support: JUnit XML reporting is built-in so you can integrate your tests in your build process with systems such as Teamcity, Jenkins, Hudson etc.
65 |
66 |
67 |
68 | -
69 |
70 |
71 | Use CSS selectors or Xpath to locate and verify elements on the page or execute commands.
72 |
73 |
74 |
75 | -
76 |
77 |
78 | Easy to extend to implement your application specific commands.
79 |
80 |
81 |