xUnitRevit
xUnitRevit copied to clipboard
xUnit runner for Revit
1) Fix an issue by adding an AssemblyResolve to find a missing xunit libraries.
Thanks to @Mehdi-Lucas, who provided a fork that used version 2.7.0, I was able to get it working. Now when starting Revit manually, I am able to load the test...
## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....
We needed to be able to open models from our Revit server with xUnitRevit and couldn't find a solution in the existing repo. This is now the only way to...
The issue is described here: https://github.com/xunit/xunit/issues/2138 Fix it using AppDomain.CurrentDomain.AssemblyResolve override, solution is also available by a link.
The unit tests are discovered and run by speckle.xunit.runner, so we should pass the view model instance via the xunitRevitUtils class so the user can access the results of their...
have any thoughts on how to automatically export test results?
Hey there, Breaking change, but just got caught up again by not having Wait() at the end of the xru task. I'm not 100% clear on whats happening here, but...
## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....