-
Notifications
You must be signed in to change notification settings - Fork 436
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
Serve locally for testing #78
Comments
Are you looking to run functions locally? |
Probably best tackled outside clasp. Really this is asking for a local apps script runtime. It's (mostly) feasible but a very large project to create an emulator that can be run locally. I do find https://www.npmjs.com/package/gas-local to be useful in tests. Still have to mock out whatever services you use, but at least gives you loading and module (err, lack of) behavior similar to apps script. |
Going to close this in favor of #11. |
Expected Behavior
I expect there to be an option to serve the script locally for easier testing.
Actual Behavior
There is no clasp command-line option to serve the Google Apps Script locally.
Specifications
node -v
): v9.8.0npm list | grep clasp
):The text was updated successfully, but these errors were encountered: