{"id":20560137,"url":"https://github.com/carmenmitru/wdio-markdown-reporter","last_synced_at":"2025-05-14T20:33:00.261Z","repository":{"id":101492616,"uuid":"230232260","full_name":"carmenmitru/wdio-markdown-reporter","owner":"carmenmitru","description":"WebdriverIO plugin for Markdown report","archived":false,"fork":false,"pushed_at":"2019-12-26T15:12:27.000Z","size":116,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T05:08:24.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carmenmitru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-12-26T09:09:02.000Z","updated_at":"2021-11-12T10:43:46.000Z","dependencies_parsed_at":"2023-04-09T10:17:51.040Z","dependency_job_id":null,"html_url":"https://github.com/carmenmitru/wdio-markdown-reporter","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"0a9e551f4d674ea549b70bba6b89e5c632b9b985"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmenmitru%2Fwdio-markdown-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmenmitru%2Fwdio-markdown-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmenmitru%2Fwdio-markdown-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmenmitru%2Fwdio-markdown-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carmenmitru","download_url":"https://codeload.github.com/carmenmitru/wdio-markdown-reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225310090,"owners_count":17454089,"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":[],"created_at":"2024-11-16T03:53:14.237Z","updated_at":"2024-11-19T07:11:25.672Z","avatar_url":"https://github.com/carmenmitru.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Reporters"],"readme":"# WebdriverIO Markdown Reporter\n\n\u003e A WebdriverIO plugin to report in Markdown style.\n\n![Reporter](./img/reporter.png)\n\n## Installation\n\nYou can simple do it by:\n\n```bash\nnpm install wdio-markdown-reporter --save-dev\n```\n\nInstructions on how to install `WebdriverIO` can be found [here.](https://webdriver.io/docs/gettingstarted.html)\n\n## Configuration\n\nAt the top of the wdio.conf.js-file, add:\n\n```js\n// wdio.conf.js\nvar markdownReporter = require(\"wdio-markdown-reporter\");\n```\n\nIn order to use the service you need to add reporter to your services array in wdio.conf.js\n\n```js\n// wdio.conf.js\nexport.config = {\n  reporter: : [\n    [markdownReporter, {\n      outputDir: ' ',\n    }],\n  ],\n};\n```\n\n## Configuration Options\n\nThe following configuration options are supported and are all optional.\nBy default none of the config options are set.\n\n### outputDir\n\nDefine a directory where your markdown file should get stored.\n\nType: `String`\u003cbr\u003e\nRequired\n\n## Merge all \\*.md files\n\nTo generate only one markdown file use the **concat-cli** CLI to concat the files\n\n```bash\nconcat-cli -f ./markdown-reporter/*.md -o mergeResult.md\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarmenmitru%2Fwdio-markdown-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarmenmitru%2Fwdio-markdown-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarmenmitru%2Fwdio-markdown-reporter/lists"}