Skip to content

Allows to define testing specification via TESTBENCH_SPECIFICATION environment variable #293

Description

@crynobone

I always wanted to be able to run tests in different specifications such as with and without immutable date.

      - name: Execute tests
        run: vendor/bin/phpunit

      - name: Execute tests (Immutable Dates)
        run: vendor/bin/phpunit
        env:
          TESTBENCH_SPECIFICATION: 'immutable-date'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions