stronk7

Untitled

Oct 25th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. $ sudo -u _www php admin/tool/behat/cli/run.php --profile=seleniumchrome --suite=classic --tags=@javascript --fromrun=1 --torun=1 --rerun
  2. Running 1 parallel behat sites:
  3. [behatrun1] vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun1/behat/behat.yml --profile="seleniumchrome" --tags="@javascript" --suite="classic" --rerun
  4. string(102) "/Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun1/behat/behat.yml"
  5. Moodle 3.10dev+ (Build: 20201023), 6594c54b2eef62499d304bfa0939999e3a14246e
  6. Php: 7.4.11, pgsql: 9.6.19, OS: Darwin 19.6.0 x86_64
  7. Run optional tests:
  8. - Accessibility: No
  9. Server OS "Darwin", Browser: "chrome"
  10. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  11. Started at 26-10-2020, 00:17
  12. ...................................................................... 70
  13. ...................................................................... 140
  14. ...............................
  15. Finished in 0h 02m 52s
  16.  
  17.  
  18.  
  19. $ sudo -u _www php admin/tool/behat/cli/run.php --profile=seleniumchrome --suite=classic --tags=@javascript --fromrun=2 --torun=2 --rerun
  20. Running 1 parallel behat sites:
  21. [behatrun2] vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun2/behat/behat.yml --profile="seleniumchrome" --tags="@javascript" --suite="classic" --rerun
  22. string(102) "/Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun2/behat/behat.yml"
  23. Moodle 3.10dev+ (Build: 20201023), 6594c54b2eef62499d304bfa0939999e3a14246e
  24. Php: 7.4.11, pgsql: 9.6.19, OS: Darwin 19.6.0 x86_64
  25. Run optional tests:
  26. - Accessibility: No
  27. Server OS "Darwin", Browser: "chrome"
  28. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  29. Started at 26-10-2020, 00:33
  30. ...................................................................... 70
  31. ............................F......................................... 140
  32. ...........................F.......................................... 210
  33. ...................F........................F---------------
  34. Finished in 0h 02m 30s
  35.  
  36. **************** [behatrun2] ****************
  37. string(102) "/Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun2/behat/behat.yml"
  38. Moodle 3.10dev+ (Build: 20201023), 6594c54b2eef62499d304bfa0939999e3a14246e
  39. Php: 7.4.11, pgsql: 9.6.19, OS: Darwin 19.6.0 x86_64
  40. Run optional tests:
  41. - Accessibility: No
  42. Server OS "Darwin", Browser: "chrome"
  43. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  44. Started at 26-10-2020, 00:33
  45. ...................................................................... 70
  46. ............................F......................................... 140
  47. ...........................F.......................................... 210
  48. ...................F........................F---------------
  49.  
  50. --- Pasos fallidos:
  51.  
  52. 001 Scenario: Test review mode with all scos completed. # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:53
  53. Then I should see "Review mode" # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:172
  54. "Review mode" text was not found in the page (Behat\Mink\Exception\ExpectationException)
  55.  
  56. 002 Scenario: Test force completed set to when previous complete/passed/failed. # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:208
  57. And I should see "Play of the game" # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:284
  58. "Play of the game" text was not found in the page (Behat\Mink\Exception\ExpectationException)
  59.  
  60. 003 Scenario: Test force completed set to when previous complete/passed/failed. # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:316
  61. And I should see "Play of the game" # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:386
  62. "Play of the game" text was not found in the page (Behat\Mink\Exception\ExpectationException)
  63.  
  64. 004 Scenario: Manager can delete both course and public templates # /Users/stronk7/git_moodle/testing/mod/feedback/tests/behat/templates.feature:163
  65. And I should see "Are you sure you want to delete this template?" # /Users/stronk7/git_moodle/testing/mod/feedback/tests/behat/templates.feature:179
  66. "Are you sure you want to delete this template?" text was found but was not visible (Behat\Mink\Exception\ExpectationException)
  67.  
  68. 4 escenarios (4 fallaron)
  69. 270 pasos (251 pasaron, 4 fallaron, 15 saltadas)
  70. 2m30.16s (68.94Mb)
  71.  
Add Comment
Please, Sign In to add comment