{"id":36969790,"url":"https://github.com/ngraf/slack-codeception-extension","last_synced_at":"2026-01-13T21:38:53.238Z","repository":{"id":57026291,"uuid":"77674443","full_name":"ngraf/slack-codeception-extension","owner":"ngraf","description":"Provides an extension for Codeception to broadcast test results in Slack messenger","archived":false,"fork":false,"pushed_at":"2020-05-12T15:11:07.000Z","size":43,"stargazers_count":6,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T10:55:38.511Z","etag":null,"topics":["codeception","extension","php","slack"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/ngraf.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}},"created_at":"2016-12-30T08:55:48.000Z","updated_at":"2020-05-12T15:08:57.000Z","dependencies_parsed_at":"2022-08-23T16:20:35.034Z","dependency_job_id":null,"html_url":"https://github.com/ngraf/slack-codeception-extension","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/ngraf/slack-codeception-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngraf%2Fslack-codeception-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngraf%2Fslack-codeception-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngraf%2Fslack-codeception-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngraf%2Fslack-codeception-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngraf","download_url":"https://codeload.github.com/ngraf/slack-codeception-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngraf%2Fslack-codeception-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["codeception","extension","php","slack"],"created_at":"2026-01-13T21:38:52.565Z","updated_at":"2026-01-13T21:38:53.230Z","avatar_url":"https://github.com/ngraf.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"slack-codeception-extension\n=============================\nThis package provides an extension for Codeception to send test results to Slack channels and/or users.\n\nPre-requisites\n-------------\n\n- a pre-configured webhook from the Slack integration \"Incoming Webhook\"\n(see https://api.slack.com/incoming-webhooks for more information)\n\nInstallation\n-----------\n\nAdd the package `ngraf/slack-codeception-extension` to `composer.json` manually or type this in console:\n\n    composer require ngraf/slack-codeception-extension\n    \nUsage\n-----\nEnable and configure the extension in your `codeception.yaml`\n\n**Basic** usage:\n\n    extensions:\n      enabled:\n        - Codeception\\Extension\\SlackExtension\n      config:\n        Codeception\\Extension\\SlackExtension:\n           webhook: https://hooks.slack.com/services/...\n           \n**Advanced** usage:\n\n    extensions:\n      enabled:\n        - Codeception\\Extension\\SlackExtension\n      config:\n        Codeception\\Extension\\SlackExtension:\n          webhook:           https://hooks.slack.com/services/...\n           \n          # possible notification strategies: always|successonly|failonly|failandrecover|statuschange\n          strategy:          always\n           \n          # If 'true' details about failed tests will be displayed. Default value: 'false'\n          extended:          true\n           \n          # Limit the size of error messages in extended mode. 0 = unlimited. Default value: 80\n          extendedMaxLength: 80\n           \n          # Limit the amount of reported errors in extended mode. 0 = unlimited. Default value: 0\n          extendedMaxErrors: 10\n           \n          # customize your message with additional prefix and/or suffix\n           \n          messagePrefix:     '*Smoke-Test*'\n          messageSuffix:     \u003chttp://my-ci/my-job|Link\u003e\n          messageSuffixOnFail: \u003c!channel\u003e\n           \n          # optional config keys that will overwrite the default configuration of the webhook\n                      \n          channel:           '#any-channel,@any-user'\n          channelOnFail:     '#any-channel,@any-user'\n          username:          CI\n          icon:              :ghost:\n           \nExample\n-----\n\n![slack-example](slack-example.png)\n\nDependencies\n-----\nThis package uses the package [maknz/slack](https://github.com/maknz/slack) to communicate with the Slack API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngraf%2Fslack-codeception-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngraf%2Fslack-codeception-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngraf%2Fslack-codeception-extension/lists"}