Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add os for tests #34

Open
SimonBaeumer opened this issue Mar 17, 2019 · 0 comments
Open

Add os for tests #34

SimonBaeumer opened this issue Mar 17, 2019 · 0 comments
Milestone

Comments

@SimonBaeumer
Copy link
Member

SimonBaeumer commented Mar 17, 2019

Add a field which defines on which os a test can be executed, i.e.:

tests:
    echo hello:
        os:
        - darwin
        - linux

or maybe this is even better:

config:
    os: linux # Define default os
tests:
     print hello:
         cmd:
             osx: echo hello osx
             windows: echo hello windows
             linux: echo hello linux
@SimonBaeumer SimonBaeumer modified the milestone: v1.0.0 Mar 17, 2019
@SimonBaeumer SimonBaeumer modified the milestone: v1.0.0 Mar 26, 2019
@SimonBaeumer SimonBaeumer added this to the v1.2.0 milestone Apr 9, 2019
@SimonBaeumer SimonBaeumer modified the milestones: v1.2.0, v2.0.0 Sep 4, 2019
@SimonBaeumer SimonBaeumer modified the milestones: v2.0.0, v2.1.0 Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant