-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
40 lines (40 loc) · 1.71 KB
/
Copy pathmarketplace.json
File metadata and controls
40 lines (40 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "testcontainers-claude-skills",
"id": "testcontainers-claude-skills",
"owner": {
"name": "Testcontainers",
"email": "info@testcontainers.org"
},
"metadata": {
"description": "Testcontainers skills for Claude - Integration testing with Docker containers",
"version": "1.0.0"
},
"plugins": [
{
"name": "testcontainers-go",
"source": "./testcontainers-go",
"description": "A comprehensive guide for using Testcontainers for Go to write reliable integration tests with Docker containers in Go projects. Supports 62+ pre-configured modules for databases, message queues, cloud services, and more.",
"version": "1.0.0",
"author": {
"name": "Testcontainers",
"email": "info@testcontainers.org"
},
"keywords": ["testcontainers", "go", "docker", "integration-testing", "testing", "containers", "databases", "postgres", "redis", "kafka", "mysql", "mongodb"],
"category": "development",
"strict": false
},
{
"name": "testcontainers-dotnet",
"source": "./testcontainers-dotnet",
"description": "A comprehensive guide for using Testcontainers for .NET to write reliable integration tests with Docker containers in .NET projects. Supports 40+ pre-configured modules for databases, message queues, cloud services, and more.",
"version": "1.0.0",
"author": {
"name": "Testcontainers",
"email": "info@testcontainers.org"
},
"keywords": ["testcontainers", "dotnet", "csharp", "docker", "integration-testing", "testing", "containers", "databases", "postgres", "sqlserver", "redis", "kafka", "mongodb", "entityframework"],
"category": "development",
"strict": false
}
]
}