-
Notifications
You must be signed in to change notification settings - Fork 7
Suggest NPM packages to include in the Checkly Runtime #291
Comments
Hi @tnolet ! 2 npm package suggestions that would be helpful in the runtime, |
@slmoore We JUST released a beta of the new runtime! It includes Hey Folks, I’m excited to announce that we just released the beta version of our latest runtime, 2023.02!
To try out the new runtime, simply enable it in the labs menu and start using it in your Checks. |
Hello, I would like to add luxon as a dependency. Below is the message I sent in the Slack to understand the context 😄 Hi there, I've been wondering if you were planning to add more dependencies in the future runtimes. I especially am very surprised that moment is still available but its new version luxon is not. What I want to do: The problem: My current solution:
What do I want?
So I would like you to integrate luxon in the dependencies 🙂 I don't really know what are the constraints about adding a new dependency, I'll let you tell me 😄 Thanks |
I would love to see prisma included so that I can set up and tear down my data for browser checks more easily. For example, I might need to create a user with certain assets before completing a browser checks. Then, I would need to delete that user and their assets after the check. |
There's a good solution to validating incoming email messages for gmail, that reduces the need for yet more third party apps in your testing stack: https://developers.google.com/gmail/api/quickstart/nodejs. This however requires @google-cloud/local-auth and googleapis in the npm runtime. Is this something we might expect or is it too risky security-wise, since it requires our credentials stored in a json on your end? Edit: Might be that only googleapis is required, and that local-auth is only required locally when initializing the credential files. |
We regularly release new Runtimes with updated NPM packages. We would love to hear which 3rd party NPM packages you rely on and are missing in our Runtime.
Please comment below with a package name you would love to see in our next Runtime!
The text was updated successfully, but these errors were encountered: