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

Test automation #38

Open
andreaslennartz opened this issue Feb 22, 2024 · 0 comments
Open

Test automation #38

andreaslennartz opened this issue Feb 22, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@andreaslennartz
Copy link

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 dll into the Test runner, and execute the tests. When I attach a debugger, I am even able to debug - which is great so far!

I have one question regarding test automation:
Is there are way to load and run the tests via command line (e.g. dotnet test or something else) while Revit is open?
I know that the Revit API only can be accessed if Revit is running , so the question is if there is a way to get some test automation set up using this project.?
Or to rephrase it a bit differently: What would be the best way if I want to run my tests automated, without manual interaction?

Thanks for your support!

@andreaslennartz andreaslennartz added enhancement New feature or request question Further information is requested labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant