Page 1 of 1

Getting data from multiple machines

Posted: 2009-02-04 12:34 pm
by Vishu
We all have windows on our machines. When we access the app, js files actually get executed on the linux machine and from there we get the appropriate response. So, is there any provision that we all keep running our app from our windows machines and get the code coverage information for all of us merged somewhere?

Re: Getting data from multiple machines

Posted: 2009-02-04 3:36 pm
by Ed
I think you would have to
  • Store a report on machine #1
  • Copy the report to machine #2
  • Store a report on machine #2, to the same location as the report for machine #1; this will merge data
  • ...
It might be easier if you had a shared folder where all machines could store their reports.