'Codeception run test from web interface
I need to run codeception's test from web interface. Have no idea how to do it and cant search it in google. Or it work for console only?
Solution 1:[1]
Codeception is designed to be run from the command line, but if you want to initiate tests from within your web browser instead, you might be interested in Webception which is a web-based front end to Codeception.
See https://github.com/jayhealey/Webception
Webception is a deployable web-application that allows you to run all your Codeception tests in the browser.
You can access multiple test suites and decide which tests to include in a run. It allows you start, stop and restart the process whilst watching the test results in the Console.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Community |
