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

mixed-platform fixture support #28

Merged
merged 4 commits into from
Aug 5, 2024
Merged

Conversation

avtolstoy
Copy link
Member

Description

Specifying different platforms in test runner config for fixture tests should now work e.g.:

{
    "fixtures": [
        {
            "name": "ble_central",
            "devices": [
                "12312312312321312323" // P2
            ]
        },
        {
            "name": "ble_peripheral",
            "devices": [
                "0a10acedXXXXXXXXXXXXXX" // Boron
            ]
        }
    ]
}

@avtolstoy avtolstoy merged commit 09a95d6 into master Aug 5, 2024
4 checks passed
@avtolstoy avtolstoy deleted the feature/mixed-fixture-platforms branch August 5, 2024 16:07
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

Successfully merging this pull request may close these issues.

1 participant