You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testing tutorial on the site (website/src/pages/tutorials/testing.js) shows the static dataSource() + @Testcontainers setup for running @StormTest against PostgreSQL. With #502 (PR #509) the same step is one attribute, @StormTest(database = POSTGRESQL, ...).
The site deploys from main on every push, so the tutorial cannot change before the v1.14.0 tag without advertising an unreleased API. PR #510 holds the change as a draft.
Steps on release day
Push the v1.14.0 tag; wait for release.yml to push its "docs: snapshot version 1.14.0" commit.
The testing tutorial on the site (
website/src/pages/tutorials/testing.js) shows the staticdataSource()+@Testcontainerssetup for running@StormTestagainst PostgreSQL. With #502 (PR #509) the same step is one attribute,@StormTest(database = POSTGRESQL, ...).The site deploys from
mainon every push, so the tutorial cannot change before thev1.14.0tag without advertising an unreleased API. PR #510 holds the change as a draft.Steps on release day
v1.14.0tag; wait forrelease.ymlto push its "docs: snapshot version 1.14.0" commit.Closing this issue is part of closing the 1.14.0 milestone.