adkron
I was working on testing a named agent that was started by my application. In testing I had intermittent failures. I thought I would share how I was able to test the agent in a screencast.
Trending in Screencasts
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 10 of 11 Posts
adkron
I created a blog post out of this for anyone who would prefer a little writing. It isn’t a transcript of the screencast, but follows the code closely.
AstonJ
Nice one Amos - just a quick note, the audio is only coming out of the left speaker
adkron
Thanks, @AstonJ, I’m not sure why. I also know that the audio and video don’t quite match up at one point. I’m just getting started using the editing software and it was tough. I’ll see if I can figure our how to make the audio come from both sides.
adkron
@AstonJ, well it looks like youtube doesn’t let you replace a video, and screen flow doesn’t let you set it to mono when exporting to youtube. I’m going to make another video file with fixed audio and just link to it. Thanks again for the info.
adkron
Here is the updated link with better sound. Enjoy.
AstonJ
Nice - I added it to the first post for you
It’s great to see more and more people putting up videos like this, thank you
adkron
Thanks, again. I’m going to try and keep it up. Right now I have no client work so it is easy, but I still have to pay the bills.
adkron
Okay, you’ve inspired me. Although it isn’t perfect I’m going to do this the agile way and build it up as I go. I want to create content all the time, but I also want it to be freely available. I thought I would start a Patreon account just to see what happens. https://www.patreon.com/user?u=5010173
Is this a crazy idea?
mbuhot
@adkron Thanks for this!
I had a completely incorrect understanding of how
use ExUnit.Case, async: truebehaved!The docs spell it out:
concurrently with other test cases. The individual tests
within each test case are still run serially.
use ExUnit.Case, async: true
The tests within a single file are never run concurrently, TIL!
AstonJ
No not at all - one of the best things of making educational content is it makes you better at your own game. I am paraphrasing Ryan Bates there (aka of Railscasts fame).