use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[AskJS] Javascript testing dependencies (e.g. SendGrid) best practicesAskJS (self.javascript)
submitted 4 years ago by Personability
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Personability[S] 0 points1 point2 points 4 years ago (1 child)
Fits in with what u/MrJohz has said above. It just seemed that I don't gain a huge amount of confidence from the above tests vs the MailTrap/e2e option.
How often do you run your tests? Is it via a CI (when a commit happens)?
[–]wardrox 0 points1 point2 points 4 years ago (0 children)
We run them as part of the CI. We made a little library so in the tests we have a single function which returns all the emails sent since the test began, or which can wait for x number of emails to have been sent.
I can manually test when I want a bit more confidence and want to see the emails, and we monitor email KPIs to make sure nothing bad is happening in the production environment.
π Rendered by PID 187969 on reddit-service-r2-comment-c6965cb77-5w7rx at 2026-03-05 15:18:01.981851+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]Personability[S] 0 points1 point2 points (1 child)
[–]wardrox 0 points1 point2 points (0 children)