2

I want to run PHPUnit tests in Laravel that make use of Selenium. I've been watching a few videos and it all seems fairly simple.

I'd like to know whats the easiest way to write these test scripts? For example selenium IDE allows you to generate large tests in seconds by recording your actions in the web app but I can't see an option to export this into a format that Laravel can use? What are my options here?

1 Answer 1

1

Have you read about Codeception?

It's enviroment for testing app (not only unit test but also functionals and acceptence test) where you can assign Selenium or PhantomJS.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.