Nightwatch for e2e

If you have already worked with test automation or if you have worked with someone who has worked with test automation, for sure, you have already heard the magic word Selenium—Selenium opens the browser, clicks, writes, does everything like a human, in a parallel, nicely distributed, multiplatform, and cross-browser way. In fact, Selenium is just a JAR file that contains an API to perform different operations on a browser (click, type, scroll, and so on).

Note

Check out Selenium's documentation at http://www.seleniumhq.org/ .

When this JAR file is executed, it connects to the specified browser, opens the API, and waits for the commands to be performed on the browser. The commands sent to the Selenium server can be performed in ...

Get Learning Vue.js 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.