Wallaby
@elixir_wallaby
Concurrent browser tests for your Elixir web apps. Maintained by @mitchhanberg.
You might like
When in doubt, always confirm if your Chrome and chromedriver versions are the same. #MyElixirStatus
🚀 Wallaby v0.30.10 #MyElixirStatus github.com/elixir-wallaby…
github.com
Release v0.30.10 · elixir-wallaby/wallaby
What's Changed Only spawn a browser when using the feature macro, not normal tests by @s3cur3 in #795 Full Changelog: v0.30.9...v0.30.10
🚀 Wallaby v0.30.9 #MyElixirStatus ift.tt/fanbSdY
github.com
Release v0.30.9 · elixir-wallaby/wallaby
What's Changed Fix unhandled alerts not being properly ignored by @s3cur3 in #779 Full Changelog: v0.30.8...v0.30.9
🚀 Wallaby v0.30.8 #MyElixirStatus ift.tt/R0jr17S
github.com
Release v0.30.8 · elixir-wallaby/wallaby
What's Changed Improve crash decoding malformed JSON from Chromedriver by @s3cur3 in #778 Full Changelog: v0.30.7...v0.30.8
🚀 Wallaby v0.30.7 #MyElixirStatus ift.tt/0dWTbCP
github.com
Release v0.30.7 · elixir-wallaby/wallaby
What's Changed refactor to map_intersperse by @bradhanks in #758 Fix Wallaby.Element.size/1 spec by @NikitaNaumenko in #759 Update README to Avoid Elixir Warning by @stratigos in #762 Update R...
PSA: Bug found in chromedriver 115 bugs.chromium.org/p/chromedriver… Workaround here: github.com/elixir-wallaby…
github.com
chromedriver 115.0.5790.102 not working · Issue #739 · elixir-wallaby/wallaby
Elixir and Erlang/OTP versions Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] Elixir 1.15.4 (compiled with Erlang/OTP 26) Operating system Mac OS 13...
Wallaby uses `PartitionSupervisor` to start a Chromedriver process per scheduler, allowing you to get max concurrency with your tests! This required only a simple change and it allowed us to close our longest standing issue! github.com/elixir-wallaby…
github.com
Start chromedriver with PartitionSupervisor (#692) · elixir-wallaby/wallaby@7119602
* Start chromedriver with PartitionSupervisor This will open as many chromedrivers you have as cores, and partition them access to them based on your test pid. This effectively acts as a &...
Check out my deep dive into Elixir 1.14's new PartitionSupervisor and learn how to use it to fix all your process bottlenecks 🍾 #myelixirstatus blog.appsignal.com/2022/09/20/fix…
And here is another example demonstrating a similar idea, but starts the other webserver with System.cmd and then runs your test suite on it! #MyElixirStatus github.com/mhanberg/walla…
github.com
GitHub - mhanberg/wallaby_external_app_demo
Contribute to mhanberg/wallaby_external_app_demo development by creating an account on GitHub.
👇 Intriguing question on how to test a JS SPA with Wallaby! As well as an example repository to get your started. #MyElixirStatus github.com/elixir-wallaby…
github.com
Testing a Javascript app with Elixir-Wallaby · elixir-wallaby wallaby · Discussion #710
Hello all - I'm building tests for an app/site at work and doing it with elixir-wallaby. However, the app/site is already done and written in JS/Vue. Unfortunately, I can't find any informa...
👇 Intriguing question on how to test a JS SPA with Wallaby! As well as an example repository to get your started. #MyElixirStatus github.com/elixir-wallaby…
github.com
Testing a Javascript app with Elixir-Wallaby · elixir-wallaby wallaby · Discussion #710
Hello all - I'm building tests for an app/site at work and doing it with elixir-wallaby. However, the app/site is already done and written in JS/Vue. Unfortunately, I can't find any informa...
Do you know of an open source project with nice usage of Wallaby? Please comment them here! github.com/elixir-wallaby… #MyElixirStatus
v0.30.1 has been released! github.com/elixir-wallaby… #MyElixirStatus
github.com
Release v0.30.1 · elixir-wallaby/wallaby
What's Changed Fixed fix(chromedriver): Account for Chromium when doing the version matching by @mhanberg in #698 Full Changelog: v0.30.0...v0.30.1
You no longer need to do this with v0.30.0 thanks to some folks at @BinaryNoggin! github.com/elixir-wallaby…
github.com
add check for chromedriver chrome version match by mhanberg · Pull Request #688 · elixir-wallaby/...
I wasn't able to push changes to #684, so just creating this to let the tests run Fixes Wallaby starts in bad state when Chrome and chromedriver versions do not match #685 When google chro...
When in doubt, always confirm if your Chrome and chromedriver versions are the same. #MyElixirStatus
Wallaby v0.30.0 has been released! by @mitchhanberg elixirstatus.com/=BqjIJ /cc @elixirweekly #elixirlang
v0.30.0 of Wallaby has been released! github.com/elixir-wallaby… #MyElixirStatus
github.com
Release v0.30.0 · elixir-wallaby/wallaby
Changelog Breaking Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that we...
Wallaby is a valuable tool for automated testing. Have you ever had trouble keeping Chrome Driver up-to-date? Read about how our team used their Noggin Days to solve this problem! binarynoggin.com/blog/front-end… #BinaryNoggin #blog #MyElixirStatus #Chrome #ChromeDriver #elixir
binarynoggin.com
Front-End Testing in Phoenix With Wallaby - Binary Noggin
Why is front-end testing even a thing? We have LiveView, right? I can run tests on my components and everything is magical. What is Wallaby? You may have heard of Wallaby at the Big Elixir when...
Thanks for the contribution!
Look out! They let me write something for public consumption at work: binarynoggin.com/blog/front-end… #myelixirstatus
binarynoggin.com
Front-End Testing in Phoenix With Wallaby - Binary Noggin
Why is front-end testing even a thing? We have LiveView, right? I can run tests on my components and everything is magical. What is Wallaby? You may have heard of Wallaby at the Big Elixir when...
🔥 Fun use case using Wallaby for webscraping👇
How to conquer bureaucracy with @elixir_wallaby We need to get our kids passports, which means visiting the local office. You can get an appointment online - great! However, the next available slot is in September, which doesn't help if you want to go somewhere for the summer.
If you’ve suffered from Wallaby not handling many async tests or think you experience problems related to github.com/elixir-wallaby…, please experiment with this PR in your codebase. github.com/elixir-wallaby… Requires Elixir 1.12+.
United States Trends
- 1. Nancy Pelosi 68.9K posts
- 2. Marshawn Kneeland 45.4K posts
- 3. Craig Stammen 1,878 posts
- 4. Ozempic 6,370 posts
- 5. Michael Jackson 70.5K posts
- 6. Gordon Findlay 2,701 posts
- 7. Oval Office 24.6K posts
- 8. Pujols N/A
- 9. GLP-1 4,991 posts
- 10. Novo Nordisk 6,731 posts
- 11. Abraham Accords 4,891 posts
- 12. Kyrou N/A
- 13. Kazakhstan 6,567 posts
- 14. #NO1ShinesLikeHongjoong 37.9K posts
- 15. Jaidyn 1,621 posts
- 16. #영원한_넘버원캡틴쭝_생일 37.1K posts
- 17. Unplanned 9,232 posts
- 18. Kinley N/A
- 19. #ChelleyxEOS 1,475 posts
- 20. Gremlins 7,795 posts
You might like
-
Mark Ericksen
@brainlid -
Alex Koutmos
@akoutmos -
Paraxial.io
@paraxialio -
Parker & Shannon
@sorentwo -
Zach Daniel
@ZachSDaniel1 -
Wojtek Mach
@wojtekmach -
Ash Framework | ashframework.bsky.social
@AshFramework -
German Velasco
@germsvel -
Mike Kumm
@mkumm -
Kamil Skowron
@kamilskowron -
Z
@z_4seven -
ThinkingElixir
@ThinkingElixir -
Sundi Myint
@sundikhin -
David Bernheisel
@bernheisel -
Beam it Recruitment
@BeamItRec
Something went wrong.
Something went wrong.