stronk7

Untitled

Oct 25th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. $ sudo -u _www php admin/tool/behat/cli/run.php --profile=seleniumchrome --suite=default --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="default" --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.2.34, 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, 06:47
  12. ......................................................
  13. Finished in 0h 00m 46s
  14.  
  15. **************** [behatrun1] ****************
  16. string(102) "/Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun1/behat/behat.yml"
  17. Php: 7.2.34, pgsql: 9.6.19, OS: Darwin 19.6.0 x86_64
  18. Run optional tests:
  19. - Accessibility: No
  20. 1 escenario (1 pasaron)
  21. 54 pasos (54 pasaron)
  22. 0m45.87s (53.29Mb)
  23.  
  24.  
  25. $ sudo -u _www php admin/tool/behat/cli/run.php --profile=seleniumchrome --suite=default --tags=@javascript --fromrun=2 --torun=2 --rerun
  26. Running 1 parallel behat sites:
  27. [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="default" --rerun
  28. string(102) "/Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun2/behat/behat.yml"
  29. Moodle 3.10dev+ (Build: 20201023), 6594c54b2eef62499d304bfa0939999e3a14246e
  30. Php: 7.2.34, pgsql: 9.6.19, OS: Darwin 19.6.0 x86_64
  31. Run optional tests:
  32. - Accessibility: No
  33. Server OS "Darwin", Browser: "chrome"
  34. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  35. Started at 26-10-2020, 06:48
  36. ...................................................................... 70
  37. ..........................................................F........... 140
  38. ...................................................................... 210
  39. .................F.................................................... 280
  40. ................F..................................................... 350
  41. ........F........................F---------------
  42. Finished in 0h 04m 13s
  43.  
  44. **************** [behatrun2] ****************
  45. string(102) "/Users/stronk7/Sites/moodle_data_gittesting/MOODLE_310_STABLE/postgres_behat/behatrun2/behat/behat.yml"
  46. Moodle 3.10dev+ (Build: 20201023), 6594c54b2eef62499d304bfa0939999e3a14246e
  47. Php: 7.2.34, pgsql: 9.6.19, OS: Darwin 19.6.0 x86_64
  48. Run optional tests:
  49. - Accessibility: No
  50. Server OS "Darwin", Browser: "chrome"
  51. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  52. Started at 26-10-2020, 06:48
  53. ...................................................................... 70
  54. ..........................................................F........... 140
  55. ...................................................................... 210
  56. .................F.................................................... 280
  57. ................F..................................................... 350
  58. ........F........................F---------------
  59.  
  60. --- Pasos fallidos:
  61.  
  62. 001 Scenario: Test completion with all scos and correct sco load on re-entry. # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/completion_condition_require_status.feature:56
  63. And "Student 1" user has completed "ADV Multi-sco SCORM package" activity # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/completion_condition_require_status.feature:186
  64. Icon matching locator "Student 1, ADV Multi-sco SCORM package: Completed in the //table[@id='completion-progress'] xpath_element" not found. (Behat\Mink\Exception\ElementNotFoundException)
  65.  
  66. 002 Scenario: Test review mode with all scos completed. # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:53
  67. Then I should see "Review mode" # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:172
  68. "Review mode" text was not found in the page (Behat\Mink\Exception\ExpectationException)
  69.  
  70. 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:208
  71. And I should see "Play of the game" # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:284
  72. "Play of the game" text was not found in the page (Behat\Mink\Exception\ExpectationException)
  73.  
  74. 004 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
  75. And I should see "Play of the game" # /Users/stronk7/git_moodle/testing/mod/scorm/tests/behat/multisco_review_mode.feature:386
  76. "Play of the game" text was not found in the page (Behat\Mink\Exception\ExpectationException)
  77.  
  78. 005 Scenario: Manager can delete both course and public templates # /Users/stronk7/git_moodle/testing/mod/feedback/tests/behat/templates.feature:163
  79. 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
  80. "Are you sure you want to delete this template?" text was found but was not visible (Behat\Mink\Exception\ExpectationException)
  81.  
  82. 6 escenarios (1 pasaron, 5 fallaron)
  83. 399 pasos (379 pasaron, 5 fallaron, 15 saltadas)
  84. 4m13.24s (72.92Mb)
Add Comment
Please, Sign In to add comment