This website requires JavaScript.
Explore
Help
Sign In
root
/
UnityRenderStreaming
mirror of
https://github.com/Unity-Technologies/UnityRenderStreaming.git
Watch
1
Star
0
Fork
You've already forked UnityRenderStreaming
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3.1.0-exp.7
UnityRenderStreaming
/
test_webapp_client.cmd
7 lines
81 B
Batchfile
Raw
Permalink
Normal View
History
Unescape
Escape
doc: Remove unused document (#835) * [skipci] ci: fix condition of auto trigger * fix * [skipci] fix * remove tutorial doc * fix * fix
2023-01-12 08:31:09 +08:00
@
echo
off
feat: Add unittest for webapp using Jest (#541) * update dependencies packages * fix parse command line option * enable esmodule on jest * define webapp client test job on yamato * define signaling handler on server * setup server test * add jest-websocket-mock * fix handler argument * implement basic test for http/wbsocket signaling handler * fix lint * fix tsconfig.json * change linux vm image for webapp job * fix jest command for win * fix upm-ci-webapp.yml * wait more time for running test server * make client directory for webapp * add cross env for client test * fix httphandler on private mode * fix review
2021-10-04 13:28:23 +08:00
cd
WebApp\client
call
npm install
feat: add lint for webapp client (#545) * add eslint setting on webapp client * fix lint * add eslint and fix lint * fix webbrowserinput sample * fix lint on windows * execute lint for webapp client on ci * use ecmaversion latest
2021-10-06 11:11:17 +08:00
call
npm run lint
feat: Add unittest for webapp using Jest (#541) * update dependencies packages * fix parse command line option * enable esmodule on jest * define webapp client test job on yamato * define signaling handler on server * setup server test * add jest-websocket-mock * fix handler argument * implement basic test for http/wbsocket signaling handler * fix lint * fix tsconfig.json * change linux vm image for webapp job * fix jest command for win * fix upm-ci-webapp.yml * wait more time for running test server * make client directory for webapp * add cross env for client test * fix httphandler on private mode * fix review
2021-10-04 13:28:23 +08:00
call
npm run test