It it possible to execute mspec tests on appharbor aside from adding build action ?
Asked
Active
Viewed 366 times
8

Sly
- 15,046
- 12
- 60
- 89
-
AppHarbor uses Gallio to run unit tests. There's a mspec plugin for Gallio, but I'm not 100% sure it's installed on our build servers. Could I get you to give it a try, and if it doesn't work, drop us a line (at support@appharbor.com) so that we can add support for it? – friism Nov 22 '11 at 19:27
-
Gallio has no default support for mspec. But mspec provides a plugin for gallio... – Sly Nov 23 '11 at 08:29
-
So did you manage to get them run? – Restuta Dec 15 '11 at 02:25
-
No, didn't have time on it :( – Sly Dec 15 '11 at 07:37
1 Answers
4
It is now possible to run Machine.Specifications (MSpec) tests on AppHarbor.

Niels Hanberg
- 221
- 3
- 7
-
How: Just add MSpec tests to your solution. Why: MSpec was not installed on the build servers. I don't know if it still works, as I do not work at AppHarbor anymore. And don't use MSpec. – Niels Hanberg Jun 09 '14 at 06:52
-
Mmmm, not always that easy @niels. AppHarbor only supports some versions of Machine.Specifications. This page shows only some older versions of mspec: http://support.appharbor.com/kb/getting-started/running-unit-tests-after-build – Byron Sommardahl Jun 09 '14 at 17:23