Skip to content

Testing integration does not find tests inside foreach #13

@KitKat31337

Description

@KitKat31337

Take the following test for example, which works find and does show output in the log, does not show up in the test explorer

#Pick a password Length between 8 and 128 characters $n = 8..128 foreach ($length in $n){ It "Should generate a password $length character long" { (Mad-New-Random-Password($length)).length | Should -BeExactly "$length" } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions