# test > Run all project tests including Python pytest and JavaScript tests. Reports test results and failures. - Author: takeshi iwa - Repository: iwatake2222/webrtc_server_client - Version: 20260125182740 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/iwatake2222/webrtc_server_client - Web: https://mule.run/skillshub/@@iwatake2222/webrtc_server_client~test:20260125182740 --- --- name: test description: Run all project tests including Python pytest and JavaScript tests. Reports test results and failures. user-invocable: true allowed-tools: Bash, Read --- ```bash # Python cd server && python -m pytest tests/ -v --tb=short # JavaScript cd client && npm test ```