> echo@0.0.1 selenium-test /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo > wdio tests/selenium/wdio.conf.js Execution of 3 spec files started at 2021-04-09T18:40:05.734Z [0-0] RUNNING in chrome - /tests/selenium/specs/echo.js [0-0] [00:10:11] [S] [MWBOT] Login successful: Admin@http://localhost:8080/w [0-0] Screenshot: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/log/alerts-and-notices-are-visible-after-logging-in-%40daily.png [0-0] Screenshot: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/log/flyout-for-alert-appears-when-clicked-%40daily.png [0-0] Screenshot: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/log/flyout-for-notices-appears-when-clicked-%40daily.png [0-0] Screenshot: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/log/checks-for-welcome-message-after-signup.png [0-0] PASSED in chrome - /tests/selenium/specs/echo.js [0-1] RUNNING in chrome - /tests/selenium/specs/mention.js [0-1] [00:10:29] [S] [MWBOT] Login successful: Admin@http://localhost:8080/w [0-1] PASSED in chrome - /tests/selenium/specs/mention.js [0-2] RUNNING in chrome - /tests/selenium/specs/notifications.js [0-2] Screenshot: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/log/checks-for-Notifications-Page-%40daily.png [0-2] PASSED in chrome - /tests/selenium/specs/notifications.js "spec" Reporter: ------------------------------------------------------------------ [Chrome 89.0.4389.114 linux #0-0] Spec: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/specs/echo.js [Chrome 89.0.4389.114 linux #0-0] Running: Chrome (v89.0.4389.114) on linux [Chrome 89.0.4389.114 linux #0-0] Session ID: 6e7c95b8-4378-4c28-a0f0-f5215d6d84bf [Chrome 89.0.4389.114 linux #0-0] [Chrome 89.0.4389.114 linux #0-0] Echo [Chrome 89.0.4389.114 linux #0-0] ✓ alerts and notices are visible after logging in @daily [Chrome 89.0.4389.114 linux #0-0] ✓ flyout for alert appears when clicked @daily [Chrome 89.0.4389.114 linux #0-0] ✓ flyout for notices appears when clicked @daily [Chrome 89.0.4389.114 linux #0-0] ✓ checks for welcome message after signup [Chrome 89.0.4389.114 linux #0-0] [Chrome 89.0.4389.114 linux #0-0] 4 passing (12.6s) ------------------------------------------------------------------ [Chrome 89.0.4389.114 linux #0-1] Spec: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/specs/mention.js [Chrome 89.0.4389.114 linux #0-1] Running: Chrome (v89.0.4389.114) on linux [Chrome 89.0.4389.114 linux #0-1] Session ID: 0b5c9207-decb-4247-bc79-ff5602fbe6c3 [Chrome 89.0.4389.114 linux #0-1] [Chrome 89.0.4389.114 linux #0-1] Mention test for Echo [Chrome 89.0.4389.114 linux #0-1] - checks if admin gets alert when mentioned [Chrome 89.0.4389.114 linux #0-1] [Chrome 89.0.4389.114 linux #0-1] 1 skipped (697ms) ------------------------------------------------------------------ [Chrome 89.0.4389.114 linux #0-2] Spec: /home/sahil/Desktop/newmedi/mediawiki/extensions/Echo/tests/selenium/specs/notifications.js [Chrome 89.0.4389.114 linux #0-2] Running: Chrome (v89.0.4389.114) on linux [Chrome 89.0.4389.114 linux #0-2] Session ID: efac966c-4e73-4970-bf49-2a96c9ff6b26 [Chrome 89.0.4389.114 linux #0-2] [Chrome 89.0.4389.114 linux #0-2] Notifications [Chrome 89.0.4389.114 linux #0-2] ✓ checks for Notifications Page @daily [Chrome 89.0.4389.114 linux #0-2] [Chrome 89.0.4389.114 linux #0-2] 1 passing (3.4s) Spec Files: 3 passed, 3 total (100% completed) in 00:00:31 Steps: 1)Set up docker and docker-compose 2).env file created 3)docker-compose.override.yml file created. 4)docker-compose up -d docker-compose exec mediawiki composer update docker-compose exec mediawiki /bin/bash /docker/install.sh 5) Cloned extension/echo 6) echo "wfLoadExtension( 'Echo' );" >> LocalSettings.php 7)docker-compose exec mediawiki php maintenance/update.php 8)Installed fresh-node 9)npm ci 9)npm run selenium-test