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

Automatic discovery of xUnit .NET Core (formerly DNX) test assemblies #610

Closed
FeodorFitsner opened this issue Jan 22, 2016 · 4 comments
Closed

Comments

@FeodorFitsner
Copy link
Member

Discussion: http://help.appveyor.com/discussions/problems/3977-trying-to-run-xunitnet-tests-using-dnx-runner

@lukasz-pyrzyk
Copy link

Any progress?

@FeodorFitsner
Copy link
Member Author

The item doesn't have high priority as you can just disable tests auto-discovery and provide a command to run tests

@alexandru-calinoiu
Copy link

You can run the tests via a commnad, here is the relevant part:

test_script:

- cmd: >-

    dnx -p DataTests\project.json test

    dnx -p WebApiTests\project.json test

@FeodorFitsner
Copy link
Member Author

@FeodorFitsner FeodorFitsner changed the title Automatic discovery of xUnit DNX test assemblies Automatic discovery of xUnit .NET Core (formerly DNX) test assemblies May 20, 2016
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

3 participants