Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser Tests (aka Feature Tests, aka Laravel Dusk Tests) #167

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

tabacitu
Copy link
Member

@tabacitu tabacitu commented May 7, 2020

@pxpm I thought we'd see if it makes sense to put together browser tests, using Laravel Dusk, which uses Selenium WebDriver under the hood. I've set up a few tests to check how it works, so far so good.

I haven't done this in a while so I'm not sure:

  • if dusk tests support Javascript; a lot of the stuff we need to test depend on Javascript;
  • if dusk tests can also get run by travis-ci;
  • if Laravel TestTools still works, and if so, whether it can help us generate most browser tests, so we don't have to manually write them;

I'll get back to this soon - hopefully it's a possible solution. Having browser tests would GREATLY improve our confidence in not pushing breaking changes.

@tabacitu tabacitu changed the title [4.1.x] Browser Tests Browser Tests (aka Feature Tests, aka Laravel Dusk Tests) Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant