Getting data from multiple machines

Questions, problems, suggestions, bug reports, and so on.
Post Reply
Vishu

Getting data from multiple machines

Post 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?
Ed
Posts: 120
Joined: 2008-10-11 6:52 pm

Re: Getting data from multiple machines

Post 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.
Post Reply