samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
146 stars 19 forks source link

Test Automation is required (Browser, how to automate it?) #7

Closed samchon closed 5 years ago

samchon commented 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.

samchon commented 5 years ago

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.