I have everything installed, and I can create and run tests in NetBeans mode by right-clicking the test in the project menu and selecting Run. The problem is that the browser windows opened to close the test immediately after the test starts - this means that the only reporting I have is what NetBeans provides, and this is not enough. I donβt think I want to use the command line, plus I have not had much success in the past anyway.
Is it possible to simply specify the browser in the test.php file? When I try to do this, I get this error:
Fatal error: class 'PHPUnit_Framework_TestCase' not found in C: \ xampp \ php \ PEAR \ PHPUnit \ Extensions \ SeleniumTestCase.php on line 275
Can't I run these tests from another machine? those. PC1 is my dedicated test box for selenium, and I want to tell him to run test.php from PC2 remotely.
Where should my test files go?
How to configure report / output from test script?
source share