summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* monkey_driver: Fix sleep-msDaniel Silverstone2019-08-031-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer: Make polling even more robustDaniel Silverstone2019-08-031-3/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer, driver: Add support for clicking on thingsDaniel Silverstone2019-08-032-3/+58
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer: Probably make handling of monkey more robustDaniel Silverstone2019-08-031-2/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer: Be a little more verbose when exitingDaniel Silverstone2019-08-021-0/+3
| | | | | | | In an effort to try and determine why we sometimes get unexpected exits, print the line queue during the handling of process exit. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkey: Properly support reload in farmer and driverDaniel Silverstone2019-08-022-2/+14
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* ensure monkey farmer copes with recv returnint EAGAINVincent Sanders2019-07-061-11/+18
|
* make monkey driver and farmer python files pylint and pep8 cleanVincent Sanders2019-07-042-142/+260
|
* fix monkey testing setting of options to add necessary prefixVincent Sanders2019-07-022-4/+4
|
* attempt to make monkeyfarmer process exit detection more reliableVincent Sanders2019-06-271-5/+5
|
* monkey_driver.py: Allow for no wrapper to be passedDaniel Silverstone2019-06-151-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Sleepy JS test, handy to alt+f4 during load to check shutdownDaniel Silverstone2019-06-151-0/+13
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkey: Support a -w argument to the monkey_driver.pyDaniel Silverstone2019-06-152-8/+25
| | | | | | | | | In order to better support valgrind and friends, add -w to the monkey driver. You can use it as: monkey_driver.py ...normalargs... -w 'valgrind -v --track-origins=yes' Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* allow repeat loops to specify values and navigation to use themVincent Sanders2019-06-121-10/+34
|
* make the timer-start and timer-restart action name the timer in the same wayVincent Sanders2019-06-122-17/+19
|
* allow monkey tests to stop navigationVincent Sanders2019-06-062-0/+12
|
* detect monkey exit rather than waiting forever for a defunct processVincent Sanders2019-06-061-0/+14
|
* improve stdout print formattingVincent Sanders2019-06-061-3/+3
|
* extend the monkey test tooling to cope with ssl certificate windowsVincent Sanders2019-06-054-2/+173
|
* monkey-see-monkey-do: Also restore stdout/stderr when successDaniel Silverstone2019-06-041-0/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Fix dump choices test data to align with altered logging levelsVincent Sanders2019-05-311-1/+1
|
* Fix test target use of logging config definesVincent Sanders2019-05-311-2/+4
|
* fix block conditional checks to be orred instead of andedVincent Sanders2019-05-201-12/+22
|
* allow block to use elapsed timer as a conditionVincent Sanders2019-05-181-9/+28
|
* allow render checks to be emptyVincent Sanders2019-05-181-12/+13
|
* Add js-exec to monkey_driver, add a test, etc.Daniel Silverstone2019-05-063-2/+25
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Example script console log test, needs genericising on pathDaniel Silverstone2019-05-061-0/+21
| | | | | | Currently this has to have a full-path to the inserted-script test Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Support logging in monkey_driver.pyDaniel Silverstone2019-05-061-0/+33
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkeyfarmer: Support loggingDaniel Silverstone2019-05-061-1/+42
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Use console formatting to prove it outDaniel Silverstone2019-05-051-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Support script insertion after conversion has begunDaniel Silverstone2019-05-044-0/+42
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Javascript: Support setTimeout and friendsDaniel Silverstone2019-05-031-0/+17
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Tests: Add simple JS test for dynamic layout.Michael Drake2019-05-031-0/+18
|
* monkey driver: Print the bitmap plot-check.Michael Drake2019-02-161-0/+1
|
* Add missing call to run_test_planDaniel Silverstone2019-02-161-0/+1
|
* Automated testing output: Show description differently from test lines.Michael Drake2019-02-161-1/+1
|
* Enable running of the tests from test.netsurf-browser.orgDaniel Silverstone2019-02-162-2/+80
|
* monkey test: Rename file with an '=' character.Michael Drake2019-02-161-0/+0
|
* Monkey: Support 401login in the monkey-driver et al.Daniel Silverstone2019-02-162-1/+112
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add plot commands output for auth testDaniel Silverstone2019-02-161-1/+1
|
* Test: Fix simultanious-fetches.yaml to not look like a YAML alias.Michael Drake2018-11-041-1/+1
|
* Test: Monkey driver: Fix blocking for *all* windows.Michael Drake2018-11-041-1/+1
|
* Test: Monkey driver: Implement sleep-ms and repeat actions.Michael Drake2018-11-042-5/+42
|
* Test: Monkey driver: Split out conds_met function.Michael Drake2018-11-041-17/+17
|
* Test: Monkey driver: Timers can live outside launches.Michael Drake2018-11-041-2/+1
|
* Test: Monkey driver: Improve navigate step logging.Michael Drake2018-11-041-0/+2
|
* Test: Monkey driver: Add support for timer actions.Michael Drake2018-11-041-1/+27
|
* Final tweaks, support LOGIN in monkeyfarmerDaniel Silverstone2018-11-041-1/+88
|
* More monkey stuffDaniel Silverstone2018-11-034-2/+472
|
* Monkey tests: Add more example test plans.Michael Drake2018-11-034-0/+79
|