Skip to content

Conversation

@wellwelwel
Copy link
Collaborator

@wellwelwel wellwelwel commented Jan 17, 2026

This PR includes extended debugging steps and options by allowing direct testing with local containers:

# Node.js
npm run test:docker:node

# Bun
npm run test:docker:bun

# Deno
npm run test:docker:deno

# Coverage (Node.js)
npm run test:docker:coverage

Also, customizing it:

MYSQL_USE_COMPRESSION: 0
MYSQL_USE_TLS: 0
STATIC_PARSER: 0
FILTER: ''

In addition, this alternative also prevents common errors due to time zones, standardizes possible divergences across versions and operating systems, and allows testing locally in the same way as GitHub Actions.

Note

Personally, I always test this way locally, but the idea of making it part of the project tests came after some issues and PRs from @HappyZombies.

I hope this approach will make testing easier ✨


Related

@codecov

This comment was marked as off-topic.

@wellwelwel wellwelwel marked this pull request as ready for review January 17, 2026 04:59
@wellwelwel wellwelwel changed the title chore: support Docker tests locally chore: support Docker testing locally Jan 17, 2026
@wellwelwel wellwelwel merged commit 089a628 into sidorares:master Jan 17, 2026
104 checks passed
@wellwelwel wellwelwel deleted the docker branch January 17, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant