Тёмный
No video :(

Laravel Dusk: painless browser automation 

Aaron Francis
Подписаться 44 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 64   
@logsnroll
@logsnroll Месяц назад
Laravel's ecosystem is so damn good!
@aarondfrancis
@aarondfrancis Месяц назад
I'll say!
@CookingCoding
@CookingCoding Месяц назад
Dusk is so powerful, and it is not just for testing. I remember using it back in the days during uni to automatically sign up for classes 😅
@aarondfrancis
@aarondfrancis Месяц назад
haha incredible
@wevertonlotosport
@wevertonlotosport Месяц назад
Omg! Aaron keep up reviewing all laravel packages, I will try dusk right now
@milenkostadinov8702
@milenkostadinov8702 16 дней назад
Hello Aaron. I would agree with you and others that Laravel ecosystem is super cool and powerful. Thanks for the informative video. One thing to notice though, the dusk is not built for someone actually stating at the screen while validating stuff etc, but rather take a big hit on the automation part while using the GUI and markup to identify required components of the page to be or not presented at a certain point. Having that said, you would like to have the fastest testing possible so the typeSlowly to me is just for the coders to view the process of their tests being executed at the time of development, but we should not forget to remove any slowdown parts to make sure the tests runs as quickly and lightly as possible. Btw, great video and thanks for the Laravel Ecosystems serie touching the entire "family". I myself will have to watch or revisit some of the members as we code and develop based on the project needs so sometimes staying away for a while requires you to get back on track by RTFM :)
@vijaysmarthome
@vijaysmarthome Месяц назад
what a timing on the video!! I am planning on integrating the Dusk into one of my open source projects today.
@mohamedabdulkadirosman3594
@mohamedabdulkadirosman3594 Месяц назад
I was searching the best way to test filamentphp and I saw this!!, right on time. Thank you
@skygnd
@skygnd Месяц назад
18:38 this multiple browser thing would be good solution for testing real time messaging like things... I really loved it!
@aarondfrancis
@aarondfrancis Месяц назад
Yes totally!
@easyfullstack
@easyfullstack Месяц назад
I have been using an sharing info on Laravel dusk for many years now. Nothing better than Dusk to test a Laravel monolith.
@FarazSamapoor
@FarazSamapoor Месяц назад
Very cool example at the end. Thank you for going the extra mile to keep everyone engaged and pumped! 🚀
@khaledwaleed7009
@khaledwaleed7009 Месяц назад
You’re making everything look so damn easy I really love your videos. Also a real life example of everything that amazing ❤
@Strammeiche
@Strammeiche Месяц назад
Quite good integration. Laravel really is a great framework with a ton of useful things.
@ronoudgenoeg2682
@ronoudgenoeg2682 Месяц назад
This channel lately has made me want to play around with Laravel.... even though I haven't done web dev in like 5 years..
@aarondfrancis
@aarondfrancis Месяц назад
It's working...
Месяц назад
You are the new Jeffrey way! That guy made a programmer and changed my life. I love this. Always wanted to learn this. Can you teach us golang now? 😂
@aarondfrancis
@aarondfrancis Месяц назад
Haha I don't know golang! So... probably not!
Месяц назад
@@aarondfrancis perfect! we can learn with you, you didnt know laravel dusk before
@ivanjelenic5627
@ivanjelenic5627 Месяц назад
Thanks, love this. I knew and wanted to play with Dusk, but never got to it. Thanks for exploring and showing various Laravel stuff to/for us.
@rand0mtv660
@rand0mtv660 Месяц назад
11:30 since I'm coming from the JS ecosystem, I only wish that getting elements on the page had more "accessible" selectors. I personally like how react-testing-library and Playwright promote using more accessible selectors such as labels or placeholder text. That's how real users see fields and I think it's a really good approach to also test that your UI is accessible as well as asserting whatever you want. Of course there are times when you have to reach for data-* attribute selectors (or something else), but most of the time if you see that you have to use a weird selector to target an element, it's actively discouraged and can tell you that your UI isn't accessible and you can act on it and address it. Other than that I guess Dusk's strength is its super tight integration with Laravel. No other tool can match that.
@SuperHighFiveGuy
@SuperHighFiveGuy Месяц назад
"when some product guy comes along... ...because that's how real users work" That's savage and I'm here for it.
@knightofrohan
@knightofrohan Месяц назад
Hey Aaron, this is really cool. Newbie question: at the end when you test the Reverb website, does that mean that I could, for example, build some kind of test application to test WordPress sites, for example, that are completely separate from the Laravel application that houses the Dusk test suite I'm running?
@aarondfrancis
@aarondfrancis Месяц назад
You absolutely could! Cool huh
@TobiasRohde
@TobiasRohde Месяц назад
When I joined my last project, there were no tests. By chance, I came across Laravel Dusk at some point and we experimented with it a little and were thrilled. But then we ran into major problems that cost us a lot of time. The Chrome browser on our Windows development computers was automatically updated. As a result, we received an error message when running the tests that the version of the ChromeDriver did not match the version of the locally installed Chrome browser. So we always had to wait until there was a new, matching version. The customer didn't like this at all and stopped the implementation of the tests completely. Unfortunately, we were unable to find a solution to this problem.
@aarondfrancis
@aarondfrancis Месяц назад
I'm surprised that a matching chrome driver wasnt released at the same time! That's a bummer. It should be more controllable in CI, presumably
@jnjmedia8321
@jnjmedia8321 Месяц назад
Laughing while learning something new to me. haha thanks man
@aarondfrancis
@aarondfrancis Месяц назад
🫡 happy to help! And entertain!
@ALiHameedAlHashemi
@ALiHameedAlHashemi Месяц назад
clean, simple, rich information => thanks
@providenceifeosame6126
@providenceifeosame6126 Месяц назад
Awesome Video Aaron, i Learnt a lot
@vuenice
@vuenice 2 дня назад
Do we have tool or cli command for writing dusk test automatically? playwright and cypress do it well, you just have to do operations on page and it will write code for you automatically.
@lahirulhr
@lahirulhr Месяц назад
Waiting for scraping part 🕸🕷
@blessdarah1256
@blessdarah1256 Месяц назад
Hi Aaron, could you please make a video about how you study before creating a video? I notice you use paper and markers, and I find that interesting because I do that too. Knowing more about your system could help me improve on what I'm doing for research or learning something new.
@aarondfrancis
@aarondfrancis Месяц назад
Huh that might interesting. Maybe a better blog post but we'll see!
@smkishtiak
@smkishtiak Месяц назад
Man you are just awesome!
@piusijachi2763
@piusijachi2763 Месяц назад
Hey Aaron , love your videos ... quick question how would you automate a registration process without using browser automation. I got asked in a test and i tried mimicking the post request using guzzle but just trying to be sure. Thanks you're amazing
@helloworld7796
@helloworld7796 Месяц назад
Dusk is a nice setup. Though we have to use two builds on our pipeline, one for dusk and a second for prod. Anyway, I see you use light IDE, do you benefit something over dark?
@brokiama
@brokiama Месяц назад
Incredible video!
@user-ro5jy9vh9b
@user-ro5jy9vh9b Месяц назад
I like Dusk! Thank you Aaron. My env settings DUSK_HEADLESS_DISABLED=true not worked. Any idea? I'm using Macos.
@codewithparsa9986
@codewithparsa9986 Месяц назад
What a into animation 😱
@cooldude3010
@cooldude3010 Месяц назад
📣 that's why he's the GOAT
@hcivelek
@hcivelek Месяц назад
It is super cool!
@kirayamato6128
@kirayamato6128 Месяц назад
I love you Aaron ❣️
@silakanveli
@silakanveli Месяц назад
Laravel should have this kind of videos of all the stuff as its documentation is the weakest. Thanks for amazing work!
@ribeiro.evandro
@ribeiro.evandro Месяц назад
Dusk is really amazing, but the syntax is verbose, it would be perfect if it were Pest-style, with a Testing Library-style syntax
@aarondfrancis
@aarondfrancis Месяц назад
Sounds like a fun package for you to make! 👀
@cherkim
@cherkim Месяц назад
I like ya cut g
@wgblondel
@wgblondel Месяц назад
Is there a way to record (video) Laravel Dusk test sessions?
@aarondfrancis
@aarondfrancis Месяц назад
Hmmm that's a good question. Not that I can think of!
@jadersbr
@jadersbr Месяц назад
nice
@Michael4x
@Michael4x Месяц назад
When you gonna switch to dark theme?
@aarondfrancis
@aarondfrancis Месяц назад
Whenever I want
@SickOfMetal
@SickOfMetal Месяц назад
is this like Playwright but inside a Laravel app?
@aarondfrancis
@aarondfrancis Месяц назад
Yeah kinda!
@FelipeFreitasFS
@FelipeFreitasFS Месяц назад
I have used Playwright before dusk, and believe me, they're different worlds in terms of laravel integration and mainly Speed
@jatlineur
@jatlineur Месяц назад
lalarara laravel
@dimitrisborbotsialos
@dimitrisborbotsialos Месяц назад
So it’s like Cypress
@aarondfrancis
@aarondfrancis Месяц назад
A bit reductive, but sure
@elieobeid77
@elieobeid77 Месяц назад
PHP for browser automation feels wrong
@aarondfrancis
@aarondfrancis Месяц назад
And yet, so right
@onisama93
@onisama93 3 дня назад
Are you getting paid by Laravel?
@olafghanizadeh
@olafghanizadeh Месяц назад
First
Далее
Laravel Pennant: first-party feature flags
14:21
Просмотров 17 тыс.
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 41 тыс.
ДО ВСТРЕЧИ НА РАЗГОНЕ
52:11
Просмотров 453 тыс.
MILLION JAMOASI 2024 4K
2:17:51
Просмотров 12 млн
Please stop using px for font-size.
15:18
Просмотров 151 тыс.
Laravel's secret weapon: macros (watch me code)
23:46
BEWARE these Laravel attributes | Real World Laravel
19:10
PHP is the future
34:27
Просмотров 175 тыс.
SQLite's WAL mode is fast fast
9:25
Просмотров 13 тыс.
Write Laravel, not PHP (feat. Aaron Francis) | 029
58:45
SQL for fun and profit
6:13
Просмотров 10 тыс.
The Simplest Tech Stack
9:38
Просмотров 108 тыс.
DHH discusses SQLite (and Stoicism)
54:00
Просмотров 60 тыс.