We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b03b9 commit 48307a0Copy full SHA for 48307a0
readme.md
@@ -35,3 +35,15 @@ found in [the W3 CSS 3 Release Candidate documentation](http://www.w3.org/TR/200
35
36
37
38
+
39
+## To correctly build the project and run the tests
40
+- Use visual studio 2022
41
+- Install NUnit3TestAdapter:
42
+ - Tools/NuGet Package Manager/Pacakge Manager Console
43
+ - Execute the following command: **NuGet\Install-Package NUnit3TestAdapter -Version 3.17.0**
44
+- Build the ExCSS.Unity.VS2010 project (right-click on the project, build)
45
+- Build the EXCSs.Unity.Tests project (right-click on the project, build)
46
+- Open the Test Explorer: View / Test Explorer (from the menu).
47
+- Run all the tests by clicking on the play which has the tooltip "Run All Tests In View".
48
49
0 commit comments