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'm really hoping to use this package for selenium testing of my framework. Any chance this is going to get updated to 5.3? My frontend uses and is separate from...

When I execute : composer require laracasts/integrated --dev It gives me the following error: Problem 1 - instaclick/php-webdriver 1.4.3 requires ext-curl \* -> the requested PHP extension curl is missing...

clickAll is a feature to click properties that are generated dynamically from your database and should not be hardcoded

I cannot find how to send TAB, not click. Perhaps you can add this method ?

In order to support onPage() after submitForm() or press() the crawler needs to be updated to use the DOM from the page returned from the form submission.

findByCss can be used to target elements that cannot be targetted using findByBody or findByNameOrId

Hi, it would be nice to see fabpot/goutte increased to version 3.0. I would have send you a pull request for that composer.json but I think thats as easy as...

How can I go to a specific url after visit()? For example, I'd like to: $this->visit('/login') ->type('[email protected]', 'email') ->type('pword', 'password') ->click('submit') and then: ->goto('arbitrary/url') within the same web browser, so...

When I extend Selenium, I can't make fake object. If I try to do: `$user = factory(RH\Person::class)->create();` I will get `PHP Fatal error: Call to a member function make() on...

I upgraded to 5.2 and all my Integrated tests broke. [I have read](https://mattstauffer.co/blog/better-integration-testing-in-laravel-5.1-powerful-integration-tests-in-a-few-lines) that all the functionality of Integrated has been integrated into the core. I just can't see how...