{"id":20932388,"url":"https://github.com/testingbot/codeception-extension","last_synced_at":"2025-05-13T20:30:34.565Z","repository":{"id":57067293,"uuid":"66640350","full_name":"testingbot/codeception-extension","owner":"testingbot","description":"Extension to report meta-data from Codeception back to TestingBot","archived":false,"fork":false,"pushed_at":"2017-09-16T09:52:20.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T13:06:31.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/testingbot.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}},"created_at":"2016-08-26T10:46:52.000Z","updated_at":"2023-06-23T11:40:55.000Z","dependencies_parsed_at":"2022-08-24T14:54:05.679Z","dependency_job_id":null,"html_url":"https://github.com/testingbot/codeception-extension","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fcodeception-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fcodeception-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fcodeception-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Fcodeception-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testingbot","download_url":"https://codeload.github.com/testingbot/codeception-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020902,"owners_count":22000805,"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-18T21:48:26.207Z","updated_at":"2025-05-13T20:30:34.217Z","avatar_url":"https://github.com/testingbot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Codeception: TestingBot Extension\n==================================\n\nThis is a CodeCeption extension that will send test meta-data back to TestingBot.\nThis way, you can see the test name, passed/failed state and more in the TestingBot dashboard overview.\n\nInstallation\n--------------\n\n+ Add the testingbot/codeception-extension composer package to the project's composer.json or\nrun `composer require testingbot/codeception-extension`\n\n+ Execute composer to update your environment.\n\n+ Add the extension and your TestingBot credentials in the codeception.yml file:\n\n```json\nactor: Tester\npaths:\n    tests: tests\n    log: tests/_output\n    data: tests/_data\n    support: tests/_support\n    envs: tests/_envs\nsettings:\n    bootstrap: _bootstrap.php\n    colors: true\n    memory_limit: 1024M\nextensions:\n    enabled:\n        - Codeception\\Extension\\RunFailed\n        - Codeception\\Extension\\TestingBotExtension\n    config:\n        Codeception\\Extension\\TestingBotExtension:\n            key: \"KEY\"\n            secret: \"SECRET\"\n\n````\n\n+ Make sure your tests use the extension:\n\n```json\nmodules:\n  enabled:\n    - WebDriver\n  config:\n    WebDriver:\n      host: 'hub.testingbot.com'\n      port: 80\n      browser: chrome\n      url: 'http://www.google.com'\n      capabilities:\n        'client_key': 'YOUR TESTINGBOT KEY'\n        'client_secret' : 'YOUR TESTINGBOT SECRET'\n        'build': 'codeception-testingbot'\n\nenv:\n  single:\n    modules:\n      config:\n        WebDriver:\n          capabilities:\n            'name': 'single_test'\n```\n\n\n* The TestingBot `key` and `secret` are available in the [testingbot member area](https://testingbot.com/members/user/edit)\n\nRefer to this documentation [here](http://codeception.com/docs/02-GettingStarted#Configuration) for further explanation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestingbot%2Fcodeception-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestingbot%2Fcodeception-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestingbot%2Fcodeception-extension/lists"}