Running on Mac using Terminal, VS for Mac, or Vs code (MacOS) #499
-
Hey guys, I love this framework! I have tried unsuccessfully in the past to run this on macs I'm trying again. :) Assuming this can be done, Are there any hints or tuts on how to set this up? Thanks in advance Edys |
Beta Was this translation helpful? Give feedback.
Answered by
robertcoltheart
May 8, 2023
Replies: 1 comment 1 reply
-
Mspec integrates with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robertcoltheart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mspec integrates with
dotnet test
, so as long as you have a test project configure correctly, and dotnet is install on Mac, you should be fine. There are plenty of examples on Stackoverflow for how to setup a test project, and the readme contains information on how to install Mspec.