The qavajs is a modular test automation framework designed to minimize setup time and streamline the development of test scripts. It is mainly achieved due to built-in page object engine and ready-to-use sets of domain-agnostic BDD step definitions suitable for both API and UI testing of the web and native mobile applications.
npm init @qavajs
This command configures qavajs and installs the necessary modules for your testing purposes.
npx qavajs run
launches test execution.