Files
diaspora/script/diaspora-dev
Benjamin Neff bb8db6e63d feat(diaspora-dev): run rspec and cucumber (desktop/mobile) in parallel
Running rspec and cucumber against the same test database blocks parallel
execution and causes cross-suite interference. The development script now
uses explicit per-suite DATABASE_URL and REDIS_URL values so each suite
can run in isolation.

Jasmine runs after rspec is done, so it can use the fixtures created in
some rspec tests.

The setup-tests command now prepares all test databases so the
parallel workflow is ready without manual setup.
2026-04-12 05:16:08 +02:00

30 KiB
Executable File