{"id":18875805,"url":"https://github.com/wiremock/wiremock-testcontainers-node","last_synced_at":"2026-04-07T06:31:46.162Z","repository":{"id":200285145,"uuid":"703455257","full_name":"wiremock/wiremock-testcontainers-node","owner":"wiremock","description":"WireMock module for Testcontainers for NodeJS","archived":false,"fork":false,"pushed_at":"2024-05-09T18:32:00.000Z","size":111,"stargazers_count":12,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T17:55:26.833Z","etag":null,"topics":["hacktoberfest","javascript","nodejs","testcontainers","testcontainers-module","wiremock"],"latest_commit_sha":null,"homepage":"https://wiremock.org/docs/solutions/testcontainers/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiremock.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,"zenodo":null}},"created_at":"2023-10-11T09:22:58.000Z","updated_at":"2024-10-26T14:12:37.000Z","dependencies_parsed_at":"2025-04-14T17:53:16.454Z","dependency_job_id":"06f65791-abaf-4b96-9d4e-752133f82f1f","html_url":"https://github.com/wiremock/wiremock-testcontainers-node","commit_stats":null,"previous_names":["wiremock/wiremock-testcontainers-node"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wiremock/wiremock-testcontainers-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fwiremock-testcontainers-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fwiremock-testcontainers-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fwiremock-testcontainers-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fwiremock-testcontainers-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiremock","download_url":"https://codeload.github.com/wiremock/wiremock-testcontainers-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fwiremock-testcontainers-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["hacktoberfest","javascript","nodejs","testcontainers","testcontainers-module","wiremock"],"created_at":"2024-11-08T06:09:14.001Z","updated_at":"2026-04-07T06:31:46.146Z","avatar_url":"https://github.com/wiremock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wiremock-testcontainers-node\n\n![example workflow](https://github.com/wiremock/wiremock-testcontainers-node/actions/workflows/ci.yml/badge.svg)\n\nWireMock module for [Testcontainers for NodeJS](https://node.testcontainers.org/)\n\n## Usage\n\n```bash\nnpm install @wiremock/wiremock-testcontainers-node --save-dev\n```\n\nAdd a stub mapping json file (eg. `mapping.json`)\n\n```js\nimport { WireMockContainer } from \"wiremock-testcontainers-node\";\nconst container = await new WireMockContainer()\n  .withMapping(\"./mapping.json\")\n  .withExposedPorts(8080)\n  .start();\nconst { output, exitCode } = await container.exec([\n  \"curl\",\n  \"http://localhost:8080/hello\",\n]);\n\nconsole.log(output);\n\nawait container.stop();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiremock%2Fwiremock-testcontainers-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiremock%2Fwiremock-testcontainers-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiremock%2Fwiremock-testcontainers-node/lists"}