What is the best way to do broswer/web testing in cakephp3?

Hello everyone! I am currently working on a project in cakephp3. For that i need to do browser/web testing. I tried using Selenium but couldn’t get proper results due to some issues.
Can anyone help me with the proper way to do the same with some references.

Thanks

There is no best way. Selenium should be fine. Travis should be fine. Other tools may be fine. It depends on what you need.

Thanks for your suggestion. I have tried selenium but could get desired results. I will look into Travis now!