{"library":"testee-client","type":"library","category":null,"description":"testee-client is a client-side library providing adapters for popular JavaScript testing frameworks such as Mocha, QUnit (versions 1 and 2), and Jasmine (versions 1 and 2). It functions by converting test results from these frameworks into Feathers service calls for `runs`, `suites`, `tests`, and `coverages`, which are then reported to a `testee` runner server. The current stable version is 0.5.6. The package appears to be in a maintenance phase, with releases addressing specific environment conflicts or improving existing integrations rather than introducing major new features. Its primary role is to bridge the gap between in-browser test execution and a centralized reporting server, allowing for custom configuration of the base URL, communication provider (sockets or REST), and even custom socket instances. It requires manual initialization (`window.Testee.init()`) in environments where test files are loaded asynchronously to prevent test runners from executing prematurely.","language":"javascript","status":"maintenance","version":"0.5.6","tags":["javascript","testing","qunit","mocha","jasmine","testee"],"last_verified":"Wed May 27","install":[{"cmd":"npm install testee-client","imports":["<!-- In HTML: -->\n<script type=\"text/javascript\" src=\"testee-client.js\"></script>\n<script type=\"text/javascript\">\n  window.Testee = { baseURL: 'http://testee-server.com/' };\n</script>","<!-- After asynchronous test files are loaded and Testee is configured: -->\n<script type=\"text/javascript\">\n  if (window.Testee) {\n    window.Testee.init();\n  }\n</script>","Testee.start({\n  id: 'some-unique-run-id',\n  environment: navigator.userAgent,\n  runner: 'Mocha',\n  framework: 'mocha'\n});"]},{"cmd":"yarn add testee-client","imports":[]},{"cmd":"pnpm add testee-client","imports":[]}],"homepage":null,"github":"https://github.com/bitovi/testee-client","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/testee-client","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/testee-client/compatibility"}}