Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live refresh in response sequence only for first response #43

Closed
TobiasHeinicke opened this issue Mar 26, 2015 · 2 comments
Closed

Live refresh in response sequence only for first response #43

TobiasHeinicke opened this issue Mar 26, 2015 · 2 comments

Comments

@TobiasHeinicke
Copy link

The live refresh of external files in a sequence of responses only works for the file in first entry.
Take this as an example:

response:
    -   status: 200
        headers:
            content-type: application/xml
        file: ../responses/first.xml

    -   status: 200
        headers:
            content-type: application/xml
        file: ../responses/second.xml

If "first.xml" is subject to changes the live refresh is performed, if however "second.xml" changes no live refresh is done. If second.xml is included in another response (as first or only entry) then it will change, too.

@azagniotov
Copy link
Owner

Ah thanks 👍 I will have a look :)

@azagniotov
Copy link
Owner

Fixed in v3.0.3

azagniotov added a commit that referenced this issue Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants