rajdeepv / parallel_calabash

Helps running calabash ios/android tests in parallel
MIT License
40 stars 19 forks source link

Reports dont load screenshots when directory default is changed #8

Closed mbnetobr closed 9 years ago

mbnetobr commented 9 years ago

When i'm change directory of reports on config.yml, screenshots are not loaded.

My config.yml default: --format html --out reports\Automationreport<%= ENV['TEST_PROCESSNUMBER'] %><%= ENV['DEVICE_INFO'] %>.html --format pretty

The report is visible with layout brokened when link to open screenshot is tapped 1

ps: I'm think the problem occurs only on windows

rajdeepv commented 9 years ago

Does this work fine when you run tests in series after changing directory default? i mean without using parallel_calabash

mbnetobr commented 9 years ago

I'm understand you think the problem occurs with calabash gem.

Yes, the problem occurs with "calabash-android run ...."

I'm close this issue and open another on calabash git hub