The following project is a Cypress demo. It contains a set of API tests for Chainlink NodeJS External Adapter Template.
Assuming you have external adapter up and running:
Install dependencies with
npm installRun tests with
npx cypress runOpen Cypress UI with
npx cypress open