Advanced Laravel Testing: CI/CD with GitHub Actions

preview_player
Показать описание
The first free video of my newest course about advanced automated testing in Laravel.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

I love you! I am searching for a course like that months now. PS: In general I think devops with Laravel is something that many people need, keep it in mind for future courses maybe :)

antonyjere
Автор

Awesome video again, I added CI just last week on my project. A tip is to look at other laravel repos to see their workflows too. One question is you covered CI but didnt really cover CD. Could you highlight that a bit more please.

coolcha
Автор

7:36 I'm a bit confused by which branch GitHub Actions should be set up on. Should we do the initial yml setup on develop, staging, AND main branches? We do our work on other branches, then push to develop, it runs the tests on develop. When ready for staging (client review), we push to staging, it runs tests on staging. When ready for production, we push to main, it runs tests on production. Is this a good workflow? Thanks for all the great content!

ellmatic
Автор

awesome video, as always your video is really helpful and very applicable in real project.
btw, do you have a sample project repository or a full laravel library repository which has a good automation test case on all the feature ?

been learning of TDD and trying to apply it in my personal project but still can't stop being skeptical on making test on everything. its hard for me to figuring out what priority to test, is it controller, or the service and logical part or what kind of other part ?
i mean when i see tutorial and automation test demontration usually they only gave an assertion of sample math logic or database record match, which make me questioned is it really necessary to test that part of the code ?

jayjolupoi
Автор

Thank you so much for this detailed video. I have an error on my testcases on Github actions. SQLSTATE[HY000] [2002] Connection refused

Is this something with migrations?

chrismiracle
Автор

can you create a guide for CI/CD auto deployment? can't figure how to make it work and would really make it easier when deploying to test boxes.

morehungrykoala
Автор

Thanks you for providing the awesome series.
Can you please make a series on the live chat using socket or web socket without using the vue js.. Please use only html css

bestsolution
Автор

Do you know a good Action to set up a MySQL or PostgreSQL database? I prefer using the same DBMS in my tests, development and production environments.

intipontt
Автор

My project is with mySQL what should I change in the code?

ezz_dev
Автор

Sir I trying to deploy with Samkirklan ftp deploy ... here folder created but file not uploaded please help me

mostafijurrahman
Автор

Hi!
I have subscribed to yearly membership last year. I am really enjoying by your courses there. But now I need pay for new year. The system have tried to get money from my card but there was not enought money for the payment. So now how can I pay manually the bill?

unitaxi
Автор

is it possible to laravel parallel test (php artisan test --parallel) in github action ?

hari