Skip to content

Conversation

@kurayami07734
Copy link
Collaborator

Works on the following issue
wiremock/ecosystem#10

Currently just added a basic hello world test

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think the next step would be to actually introduce a small module library, which for example adds the withMapping() method, and to move the current example to demos that uses this module

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It still needs to be properly structured so that there is actually an NPM module with proper namespaces, metadata, etc

@oleg-nenashev oleg-nenashev marked this pull request as ready for review October 13, 2023 17:38
Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a few minor suggestions, and it is ready to go IMHO

package.json Outdated
{
"name": "wiremock-testcontainers-node",
"version": "0.0.1",
"description": "Run wiremock tests using testcontainers in node.js",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Run wiremock tests using testcontainers in node.js",
"description": "Run WireMock if your Javascript/Typescript tests using Testcontainers for Node.js",

package.json Outdated
"test": "node demo.js"
},
"author": "Aditya Ghidora",
"license": "MIT"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest adding a LICENSE file too, Note that WireMock uses the Apache License v2, and I suggest sticking to it unless you have a strong opinion

README.md Outdated
@@ -1,2 +1,27 @@
# wiremock-testcontainers-node

WireMock module for Testcontainers for NodeJS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
WireMock module for Testcontainers for NodeJS
WireMock module for [Testcontainers for NodeJS](https://node.testcontainers.org/)

@kurayami07734 kurayami07734 merged commit fd230b1 into wiremock:main Oct 15, 2023
@kurayami07734 kurayami07734 added the hacktoberfest-accepted Accepting PRs for hacktoberfest label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Accepting PRs for hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants