0 votes
in NodeJS Essentials by

Which of the following is used to create end-to-end tests in Node.js?

A) Cypress

B) Nightwatch.js

C) Protractor

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: Cypress, Nightwatch.js, and Protractor are all used to create end-to-end tests in Node.js.

...