Minor Changes
-
Initial release of
@remix-run/test, a test framework for Remix applications.describe/ittest structure withbefore/after/beforeEach/afterEachhooksTestContext(t) per test:t.mock.fn(),t.mock.method(),t.after()for cleanup- Playwright E2E testing via
t.serve() - CLI (
remix-test) with flags for all config options - Watch mode (
--watch) - Config file support (
remix-test.config.ts) globalSetup/globalTeardownhooks via thesetupmodule, called once before/after the entire test run
Patch Changes
- Bumped
@remix-run/*dependencies: