HuddleEng / PhantomFlow

Describe and visualise user flows through tests with PhantomJS
MIT License
682 stars 60 forks source link

Cached content doesn't seem cleared automatically. #50

Open bruk1977 opened 7 years ago

bruk1977 commented 7 years ago

Hi,

I'm just learning PhantomFlow and trying the sample. I added more flows but when I run the test again using the following command the new flow is not picked.

node test/test.js report

I also deleted one of the flow file from test/flows but when I run the command again, I'm seeing the old two flows like below.

image

is there any way to force refreshing?

Thanks, Bruk

bruk1977 commented 7 years ago

Hi @jamescryer I'm still have this issue and wondering is PhantomFlow active? Do you recommend to depend on for a brand new project? Thanks Bruk

jamescryer commented 7 years ago

Sorry for the late reply, I review these projects fortnightly.

There is no auto-refresh, though that would be good feature. The script simply opens a new browser window, you'll have to close the old browser window/tab.

I'm not likely to fix this in the near-term but I'll mark the ticket as a feature request and keep it open in case anyone would like to create a Pull Request for the change.

Thanks.