Integrated icon indicating copy to clipboard operation
Integrated copied to clipboard

Simple, intuitive integration testing with PHPUnit.

Results 44 Integrated issues
Sort by recently updated
recently updated
newest added

I have debugged and time the code execution and there's no wait at all for the element. `$this->session->timeouts()->postImplicit_wait(['ms' => $timeout]);` The above code does not seem to work properly when...

Before it turns into a error if you have more than one selectbox with same option values. Please take a lock Jeffrey.

Sorry to open an issue without running any code but i think i have enough info to ask what others may be wondering. Mysql seems to commit open transactions when...

I am trying to test a JSON API written in Laravel 4.2. I have the following test case below: ``` php public function testWaterfallAPIDoesNotReturnWaterfallForUnkownBundleId() { $this->app->bind('\Example\Common\Model\v2\AdWaterfallRepositoryInterface', function () { $databaseConnectionMock...

Hello, just want to ask If is still in plan make api testing available outside of Laravel application? btw. Visit method I can't use with (Vue) VueRouter app isn't it?

´´´ InvalidArgumentException: Crap. Couldn't find an option with a 'value' attribute of ´´´ should now work with duplicate dropdown (option) values within different select elements

both see and notSee display the same prefix text of: "Could not find '%s' on the page, '%s'." As a suggestion, I've changed my local copy to display the below...

If a page contains more than one dropdown that contains the same option value, the specificity of the selector is not granular enough to pick the right option. The "element"...

a assertion that checks for given keys in the json response. my current code for that is.. ``` /** * Assert that an API response contains the given keys. *...

It would be awesome if it was possible to easily check whether a checkbox is checked. Could be via. a method called seeIsChecked or verifyIsChecked. Real world example: Settings page,...

enhancement