We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Mock Server can only read the config at the startup stage. Users need to restart it if they modified the config file content.
Support to watch the changes of the mock config file. And provide a flag to enable or disable this feature. The usage might be:
atest mock --files demo-server.yaml --auto-reload [true|false]
And I prefer setting the flag value --auto-reload to be false.
--auto-reload
false
The text was updated successfully, but these errors were encountered:
/assign @yuluo-yx
Sorry, something went wrong.
chore(deps): update gitea/gitea docker tag to v1.20.4 (#409)
859f170
* chore(deps): update gitea/gitea docker tag to v1.20.4 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <[email protected]>
yuluo-yx
No branches or pull requests
The Mock Server can only read the config at the startup stage. Users need to restart it if they modified the config file content.
Solution
Support to watch the changes of the mock config file. And provide a flag to enable or disable this feature. The usage might be:
atest mock --files demo-server.yaml --auto-reload [true|false]
And I prefer setting the flag value
--auto-reload
to befalse
.References
The text was updated successfully, but these errors were encountered: