summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/core
Commit message (Expand)AuthorAgeFilesLines
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-2/+2
* Allow Context subclasses in acceptance tests to access parent actorDaniel Calviño Sánchez2019-08-161-1/+1
* Move the browser window of an actor to the foreground when acting as himDaniel Calviño Sánchez2018-10-261-0/+8
* Users list acceptance testsJohn Molakvoæ (skjnldsv)2018-05-161-0/+38
* Rename helper for PHP built-in web serverDaniel Calviño Sánchez2018-04-092-14/+14
* Add helper to run acceptance tests on an Apache serverDaniel Calviño Sánchez2018-04-091-0/+130
* Header acceptance featuresJohn Molakvoæ (skjnldsv)2018-03-091-1/+1
* Store the name of the actor in the Actor objectDaniel Calviño Sánchez2018-03-092-3/+19
* Add automatic handling of NoSuchElement exceptionsDaniel Calviño Sánchez2018-03-081-6/+16
* Add automatic handling of MoveTargetOutOfBounds exceptionsDaniel Calviño Sánchez2018-03-081-3/+17
* Add getter for the timeout multiplierDaniel Calviño Sánchez2017-08-101-0/+9
* Make possible to configure the domain for the Nextcloud test serverDaniel Calviño Sánchez2017-07-201-6/+16
* Fix and extend acceptance testsArthur Schiwon2017-06-231-1/+1
* Add automatic handling of common command failures of Mink elementsDaniel Calviño Sánchez2017-05-063-2/+315
* Extract element finding to a command objectDaniel Calviño Sánchez2017-05-062-78/+178
* Make internal find methods staticDaniel Calviño Sánchez2017-05-061-8/+10
* Add missing type hintsDaniel Calviño Sánchez2017-05-061-3/+3
* Merge pull request #4682 from nextcloud/try-to-start-browser-sessions-again-w...Morris Jobke2017-05-042-10/+48
|\
| * Try again to start browser sessions when they failDaniel Calviño Sánchez2017-05-031-1/+27
| * Generalize attribute nameDaniel Calviño Sánchez2017-05-031-8/+8
| * Fix exponential increase of timeout when finding ancestor elementsDaniel Calviño Sánchez2017-05-031-1/+13
* | Replace "named" Mink selectors with "named_exact" Mink selectorsDaniel Calviño Sánchez2017-05-021-14/+14
* | Remove "content" locator from acceptance testsDaniel Calviño Sánchez2017-05-021-8/+0
|/
* Add system to share data between acceptance test stepsDaniel Calviño Sánchez2017-04-242-3/+29
* Move acceptance tests from build/acceptance to tests/acceptanceDaniel Calviño Sánchez2017-04-2110-0/+1232