index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
selenium
Commit message (
Expand
)
Author
Age
Files
Lines
*
selenium: Disable GPU usage when running in Docker.
Peter Hedenskog
2025-03-26
1
-2
/
+2
*
Merge "Catch uncaught errors and rejections."
jenkins-bot
2025-03-26
1
-0
/
+16
|
\
|
*
Catch uncaught errors and rejections.
Peter Hedenskog
2025-03-26
1
-0
/
+16
*
|
wdio-mediawiki: do not attempt to record video if ffmpeg isn't available
Daimona Eaytoy
2025-03-22
1
-1
/
+4
|
/
*
Special:Block [Codex]: Update block succeeded message
hmonroy
2025-03-11
1
-1
/
+1
*
Special:Block [Codex]: Adjust accordion behaviour
hmonroy
2025-03-04
1
-6
/
+1
*
SpecialBlock [Codex]: guard against race conditions on initial load
MusikAnimal
2025-02-20
1
-0
/
+8
*
wdio-mediawiki: Release 2.7.0
Daimona Eaytoy
2025-01-29
3
-1
/
+5
*
Merge "selenium: Add `api.addUserToGroup()` to add user to a user group"
jenkins-bot
2025-01-29
1
-0
/
+38
|
\
|
*
selenium: Add `api.addUserToGroup()` to add user to a user group
Vaughn Walters
2025-01-28
1
-0
/
+38
*
|
Merge "selenium: Delete a test disabled almost two years ago"
jenkins-bot
2025-01-17
1
-50
/
+0
|
\
\
|
|
/
|
/
|
|
*
selenium: Delete a test disabled almost two years ago
Željko Filipin
2024-10-29
1
-50
/
+0
*
|
wdio-mediawiki: Release 2.6.0
Daimona Eaytoy
2025-01-08
3
-2
/
+6
*
|
Merge "selenium: Wait for the page to be fully loaded in Page.openTitle"
jenkins-bot
2025-01-08
6
-20
/
+31
|
\
\
|
*
|
selenium: Wait for the page to be fully loaded in Page.openTitle
Daimona Eaytoy
2024-12-08
6
-20
/
+31
*
|
|
Merge "selenium: wait for form submission in LoginPage.login"
jenkins-bot
2025-01-08
2
-0
/
+14
|
\
|
|
|
*
|
selenium: wait for form submission in LoginPage.login
Daimona Eaytoy
2024-12-08
2
-0
/
+14
|
|
/
*
|
Merge "tests: Create user accounts in parallel now that it's deadlock-free"
jenkins-bot
2025-01-02
1
-1
/
+0
|
\
\
|
*
|
tests: Create user accounts in parallel now that it's deadlock-free
Daimona Eaytoy
2024-12-07
1
-1
/
+0
|
|
/
*
|
Special:Block [Codex]: Expand active blocks accordion
hmonroy
2024-12-16
1
-1
/
+0
*
|
SpecialBlock [Codex]: fix reblocking and rework store
MusikAnimal
2024-12-15
2
-0
/
+72
|
/
*
selenium: Fix 'Page should be undoable'
Željko Filipin
2024-10-23
1
-1
/
+1
*
selenium: Fix 'Page should be editable'
Željko Filipin
2024-10-08
1
-1
/
+1
*
selenium: Document when, how and why a test is skipped
Željko Filipin
2024-10-02
1
-1
/
+1
*
selenium: Replace Node.js Assert library with WebdriverIO Expect library
Željko Filipin
2024-09-19
9
-57
/
+40
*
selenium: Add LoginPage.getActualUsername()
Željko Filipin
2024-09-18
2
-2
/
+6
*
selenium: Use LoginPage instead of UserLoginPage
Željko Filipin
2024-09-16
2
-10
/
+10
*
selenium: Fix 'User temporary user should be able to create account'
Željko Filipin
2024-09-16
1
-3
/
+3
*
selenium: Fix docs/Stack/webdriverio.js
Željko Filipin
2024-09-12
1
-1
/
+1
*
selenium: Fix Main Page should have "Log in" link
Željko Filipin
2024-09-11
3
-3
/
+3
*
selenium: Main page should have "Log in" link
Željko Filipin
2024-09-11
3
-3
/
+3
*
Merge "auth: Disable irrelevant account creation fields for temp users"
jenkins-bot
2024-09-10
4
-1
/
+101
|
\
|
*
auth: Disable irrelevant account creation fields for temp users
Máté Szabó
2024-09-10
4
-1
/
+101
*
|
Merge "wdio-mediawiki: Fix incorrect async execute() usage"
jenkins-bot
2024-09-10
1
-14
/
+12
|
\
|
|
*
wdio-mediawiki: Fix incorrect async execute() usage
Máté Szabó
2024-09-09
1
-14
/
+12
*
|
Merge "selenium: Remove `engines` from wdio-mediawiki"
jenkins-bot
2024-09-09
2
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
selenium: Remove `engines` from wdio-mediawiki
Željko Filipin
2024-09-09
2
-4
/
+1
*
|
wdio-mediawiki: Add random element to junit-reporter file name
Lucas Werkmeister
2024-09-06
1
-1
/
+2
|
/
*
selenium: Example code for Selenium/Explanation/Page object pattern
Željko Filipin
2024-08-27
4
-0
/
+51
*
Merge "selenium: Example code for Selenium/Explanation/Stack"
jenkins-bot
2024-08-26
7
-0
/
+126
|
\
|
*
selenium: Example code for Selenium/Explanation/Stack
Željko Filipin
2024-08-23
7
-0
/
+126
*
|
selenium: Example code for Selenium/How-to/Use MediaWiki API
Željko Filipin
2024-08-14
2
-0
/
+55
|
/
*
Merge "[Re-apply] Selenium tests: Skip wikitext-specific tests if NS_MAIN isn...
jenkins-bot
2024-08-12
5
-4
/
+59
|
\
|
*
[Re-apply] Selenium tests: Skip wikitext-specific tests if NS_MAIN isn't wiki...
Jforrester
2024-08-07
5
-4
/
+59
*
|
Merge "selenium: Move code for Selenium/Getting Started/Create a simple test"
jenkins-bot
2024-07-29
4
-1
/
+4
|
\
\
|
*
|
selenium: Move code for Selenium/Getting Started/Create a simple test
Željko Filipin
2024-07-22
4
-1
/
+4
*
|
|
Merge "selenium: Example code for Selenium/How-to/Debug with Visual Studio Code"
jenkins-bot
2024-07-29
2
-0
/
+23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
selenium: Example code for Selenium/How-to/Debug with Visual Studio Code
Željko Filipin
2024-07-19
2
-0
/
+23
|
|
/
*
/
selenium: Add documentation to getTestString()
Jforrester
2024-07-25
1
-0
/
+6
|
/
*
selenium: Example code for Selenium/Getting Started/Create a simple test
Željko Filipin
2024-07-17
3
-0
/
+34
[next]