Tests not discovered, xUnit 2.1.0
Hi,
Am able to build my asp.net MVC 5 application in appveyor. There are couple of test projects with tests available.
However, once the build is complete and the app packages are created, the build output shows 'Discovering Tests...' and then 'Done'. No tests are discovered.
Attached my latest build log.
- log.txt 180 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 21 Jan, 2017 12:38 AM
Hi Madhu,
Looking at your logs it seems that you are building specific projects, e.g.
BrightSkoolCloudService.ccproj
andBrightSkoolCloudService.ccproj
. They are probably not test projects. Test projects should be build before AppVeyor can discover them. So you have to build your test projects, or better just build the whole solution instead of building projects one by one.Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:14 AM.