{"id":15764471,"url":"https://github.com/pavkam/codeceptjs-browserlogs-plugin","last_synced_at":"2025-05-07T02:42:04.920Z","repository":{"id":40993644,"uuid":"308640560","full_name":"pavkam/codeceptjs-browserlogs-plugin","owner":"pavkam","description":"Browser Logs Recorder for CodeceptJS.","archived":false,"fork":false,"pushed_at":"2024-09-03T18:37:31.000Z","size":68,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T14:19:23.980Z","etag":null,"topics":["codeceptjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pavkam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-30T13:36:19.000Z","updated_at":"2024-09-03T18:36:37.000Z","dependencies_parsed_at":"2024-10-25T11:36:42.216Z","dependency_job_id":"62b9fd39-f09d-482f-9d4e-626b2eafed83","html_url":"https://github.com/pavkam/codeceptjs-browserlogs-plugin","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"5778eae2e8df753b7f9a22c1c0b7617f765203d8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavkam%2Fcodeceptjs-browserlogs-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavkam%2Fcodeceptjs-browserlogs-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavkam%2Fcodeceptjs-browserlogs-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavkam%2Fcodeceptjs-browserlogs-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavkam","download_url":"https://codeload.github.com/pavkam/codeceptjs-browserlogs-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802580,"owners_count":21806530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codeceptjs"],"created_at":"2024-10-04T12:03:47.214Z","updated_at":"2025-05-07T02:42:04.895Z","avatar_url":"https://github.com/pavkam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Browser Logs Recorder for CodeceptJS\n\n[CodeceptJs](https://codecept.io) plugin that will save browser logs for each failed test. Use this plugin if your web app generates useful logs recorded by the browser.\n\nThe following helpers are supported:\n\n* Playwright\n* Protractor\n* Puppeteer\n* TestCafe\n* WebDriver\n\n## Setup\n\nInstall the plugin using:\n\n```shell\nnpm i codeceptjs-browserlogs-plugin --save\n```\n\nAdd the helper to your `codecept.conf.js` file:\n\n```js\nplugins: {\n  BrowserLogsOnFail: {\n    enabled: true,\n    uniqueNames: true,\n    require: 'codeceptjs-browserlogs-plugin'\n  },\n}\n```\n\nSet the `enabled` property explicitly to `false` to disable the plugin. To generate unique names for each log file (useful in automated testing) use the `uniqueNames` property.\n\nAnd that is basically it. No other configuration is required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavkam%2Fcodeceptjs-browserlogs-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavkam%2Fcodeceptjs-browserlogs-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavkam%2Fcodeceptjs-browserlogs-plugin/lists"}