Closed stefanvermaas closed 6 years ago
Hi, is it possible to run the spec tests on a device directly? So instead of calling:
Rake::Task["spec"].invoke
call it like this:
Rake::Task["spec:device"].invoke
Is something like this possible? I don't really know where to start, because I don't know where the App.config is set.
App.config
+1
@stefanvermaas I know this is an incredibly old thread, but you can do this:
gem install when-files-change when-files-change -- "bundle exec rake spec:device"
Hi, is it possible to run the spec tests on a device directly? So instead of calling:
call it like this:
Is something like this possible? I don't really know where to start, because I don't know where the
App.config
is set.