Skip to content

Test environment is ignored #475

Open
@mdima

Description

@mdima

Installed product versions

  • Visual Studio: 2022 Professional
  • This extension: 1.1.229

Description

The test environment is ignored during the coverage tests

Steps to recreate

  1. Create a test project that uses Docker as test environment
  2. Select "linux container" as test environment
  3. Perform a test on a function that uses some functions working in linux and not in Windows (ex.: I am working on this project: https://github.com/mdima/traceroute)
  4. Run the tests

Current behavior

The tests are performed in the "Local Windows Environment"

Expected behavior

The tests are performed in the "linux container" environment

Side Notes

If you debug some of the tests above, you will see that some of the tests are performed during the test execution, but their lines are reported as not covered by FCC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions