Discover Packages
github.com/datahearth/streamline
internal
testutil
apptest
package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Jul 31, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package apptest boots the fully wired application for e2e suites.
View Source
const (
AdminEmail = "e2e-admin@streamline.local"
AdminPassword = "e2e-Admin-Passw0rd!"
)
Start boots the real wired app (temp SQLite, seeded admin) on an ephemeral
port and returns its base URL. Teardown is registered via DeferCleanup;
call from BeforeSuite.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.