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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions