cchung100m edited a comment on issue #197: SUBMARINE-400. Support firefox in testing workbench-web with Angular URL: https://github.com/apache/submarine/pull/197#issuecomment-593377972 Hi @kevin85421 Thanks for the prompt reply. > > 1. Do you mean that: > (1) Run E2E test by executing `ng e2e` > (2) Run Unit tests by executing `ng test` Yes, you might need to install the `node`, `npm`, and `angular-cli` in the local environment. > 2. How can we choose a specific browser by typing different commands in CLI? You can use the command as below to assign a specific browser for testing. `ng test --browsers Chrome` for more information: https://angular.io/cli/test > 3. Lastly, if you write the document to describe how to add test cases, it will be very helpful for me to develop workbench. > > Thanks a lot! OK, I would work on it in the coming days.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
