aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance
Commit message (Expand)AuthorAgeFilesLines
* 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-044-11/+96
|\
| * Add option to acceptance test runners to set a custom timeout multiplierDaniel Calviño Sánchez2017-05-032-1/+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-026-16/+19
|/
* Add acceptance tests for closing details view in Files appDaniel Calviño Sánchez2017-04-252-0/+213
* Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma2017-04-256-3/+309
|\
| * Add acceptance tests for sharing password protected linksDaniel Calviño Sánchez2017-04-244-0/+280
| * Add system to share data between acceptance test stepsDaniel Calviño Sánchez2017-04-242-3/+29
* | Fix minor code style issues (also known as nitpicking)Daniel Calviño Sánchez2017-04-221-27/+32
|/
* Run acceptance tests on macOSMorris Jobke2017-04-211-4/+30
* Make test passwords valid for the password_policy appDaniel Calviño Sánchez2017-04-213-7/+7
* Move acceptance tests from build/acceptance to tests/acceptanceDaniel Calviño Sánchez2017-04-2123-0/+2108
* Drop JS based acceptance tests - we have our behat based integration tests wh...Thomas Müller2016-04-0630-2344/+0
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-1/+1
* Added acceptance tests for enabling appsVincent Petry2014-09-034-9/+304
* Fixed readme for acceptance testsVincent Petry2014-09-011-4/+4
* further documentationFelix Böhm2014-08-291-3/+44
* fix login suiteFelix Böhm2014-08-292-7/+11
* bump version of protractor in package.jsonFelix Böhm2014-08-291-1/+1
* Update readme.mdfelixboehm2014-08-291-1/+5
* fix typoMorris Jobke2014-08-291-2/+2
* gitignore for node modulesFelix Böhm2014-08-291-0/+1
* add bunch of acceptance testsFelix Böhm2014-08-2927-0/+1999