Skip to content

docs: testing tutorial uses the database attribute (merge after v1.14.0) - #510

Draft
zantvoort wants to merge 1 commit into
mainfrom
docs/website-testing-tutorial-database
Draft

docs: testing tutorial uses the database attribute (merge after v1.14.0)#510
zantvoort wants to merge 1 commit into
mainfrom
docs/website-testing-tutorial-database

Conversation

@zantvoort

Copy link
Copy Markdown
Collaborator

Follow-up to #509. Do not merge before the v1.14.0 tag: the site deploys from main on every push, and this page would otherwise show an API no release has yet.

What

The website testing tutorial's step 04 ("The same tests against PostgreSQL") switches from the static dataSource() + @Testcontainers + @Container setup to @StormTest(database = TestDatabase.POSTGRESQL, ...), and the surrounding copy explains the shared container and the fresh database per class. The tutorial card on the tutorials index and the page description drop "with Testcontainers" for "with one attribute".

When

After release.yml for v1.14.0 has pushed its "docs: snapshot version 1.14.0" commit (which redeploys /docs/testing with the new section), mark this PR ready and merge; that push redeploys the tutorial.

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant