mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Issue number: N/A --------- This PR adds support for writing tests with generators.8febaddee9- Adds the underlying generator code necessary to create multiple variants of a single test - Note: This PR does not add support for dark mode generators. This will be added in a separate PR.5c498d8daf- Adds the type declarations on `page.goto` and `page.setContent` necessary to accept the config result provided by the `configs` generator function.df8c44b563- Updates the `goto` and `setContent` functionality to support the generator config with backwards compatibility for the legacy tests.