deployer
deployer copied to clipboard
[Feature] Laravel Dusk tests
Would you be willing to add Laravel Dusk tests to this project?
I've written a good number of tests on some projects and I know you love testing so hopefully I can get the ball rolling (pun intended).
Absolutely, you'll notice the Browser folder exists in tests/, I just didn't want to look at it until I start on rewriting the horrendous javascript 😂
That's a good point. Were you going to redo some front-end elements as well?
I can start writing some basic ones just for forms if you wanted? Maybe some folder structure ideas.
I hadn't planned to change the UI in any way
JavaScript shouldn't modify the elements a lot then?
Fair point, it shouldn't
Isn't this more for phptesting.org ?
@cerw You're thinking about it the other way around I think? This issue is for adding actual dusk tests to deployer repo, not deployment.
@bbashy sorry my bad. I just implemented my dusk tests on https://github.com/block8/phpci , its tricky one, be great to know how guys implementing it on CI