Closed samchon closed 5 years ago
Detecting run-time errors should be automated.
npm run test
Developing test automation program for NodeJS environment, it seems easy. However, how to automate test in the Browser environment? I need to research the solution.
Test Automation for Browser environment, it would be done by the npm run test command, as a sub-function with local-web-server and puppeteer.
local-web-server
puppeteer
npm run build
tsc
npm run bundle
Detecting run-time errors should be automated.
Developing test automation program for NodeJS environment, it seems easy. However, how to automate test in the Browser environment? I need to research the solution.