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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access