Skip to content

Custom configuration on suites and tests

Compare
Choose a tag to compare
@javierbrea javierbrea released this 02 Jan 20:18
· 530 commits to main since this release
9f055f5

Added

  • feat: Add suite and tests plugin custom configuration. Enable or disable plugin for suites or tests using the enabled property from custom config
  • test(e2e): Add helper to run E2E tests with different specs files and configurations

Changed

  • feat: Do not log plugin tasks, except when setting shouldSkip flag to true
  • docs: Change TypeScript example
  • refactor: Do not check plugin configuration inside Node.js plugin
  • refactor: Rename plugin tasks. Start all with same namespace

Removed

  • chore: Remove unused eslint settings from src folder