aboutsummaryrefslogtreecommitdiffstats
path: root/tests/selenium/docs
Commit message (Collapse)AuthorAgeFilesLines
* selenium: Replace Node.js Assert library with WebdriverIO Expect libraryŽeljko Filipin2024-09-194-11/+5
| | | | | | | Assertions from Expect library are more readable that assertions from Assert library. Bug: T325740 Change-Id: I686f39d7ef08085037bc34219c6f55eba9da8dd1
* selenium: Fix docs/Stack/webdriverio.jsŽeljko Filipin2024-09-121-1/+1
| | | | | | | The file was by mistake going to `/Main Page` instead of `Main Page`. Bug: T373125 Change-Id: Ie88dc1c24329aac8f00eb8471eed18165297d42b
* selenium: Fix Main Page should have "Log in" linkŽeljko Filipin2024-09-113-3/+3
| | | | | | | Three tests with that name were by mistake going to `/Main Page` instead of `Main Page`. Bug: T373125 Change-Id: I5936f2c944765f576ab87d899002f7f24116ef44
* selenium: Main page should have "Log in" linkŽeljko Filipin2024-09-113-3/+3
| | | | | | | | | | | | | | Make it explicit that there are three separate tests by expanding test names. Until now, these three tests were doing the same thing, but in a different way. All three tests had the same name. That made it harder to debug if anything went wrong. For example, all three tests created the screenshot file with the same name. Bug: T373125 Change-Id: I53f62186fd4e8ffbe5e93642c933da2493b91896
* selenium: Example code for Selenium/Explanation/Page object patternŽeljko Filipin2024-08-272-0/+45
| | | | | | | https://www.mediawiki.org/wiki/Selenium/Explanation/Page_object_pattern Bug: T368535 Change-Id: Ib69e0696060885476e9f880f37067539ed7e1904
* Merge "selenium: Example code for Selenium/Explanation/Stack"jenkins-bot2024-08-267-0/+126
|\
| * selenium: Example code for Selenium/Explanation/StackŽeljko Filipin2024-08-237-0/+126
| | | | | | | | | | | | | | https://www.mediawiki.org/wiki/Selenium/Explanation/Stack Bug: T368535 Change-Id: Ie1354c94c935551a23a937bb38012c10431c6292
* | selenium: Example code for Selenium/How-to/Use MediaWiki APIŽeljko Filipin2024-08-142-0/+55
|/ | | | | | | https://www.mediawiki.org/wiki/Selenium/How-to/Use_MediaWiki_API Bug: T364268 Change-Id: I0ce71a21eee8ebdfaef4fa7e1be85816b25a553f
* Merge "selenium: Move code for Selenium/Getting Started/Create a simple test"jenkins-bot2024-07-293-0/+3
|\
| * selenium: Move code for Selenium/Getting Started/Create a simple testŽeljko Filipin2024-07-223-0/+3
| | | | | | | | | | | | | | | | | | | | | | Move code from root of docs folder to the Create_a_simple_test folder. There is code at several pages. If all code ends in root, it will be confusing. https://www.mediawiki.org/wiki/Selenium/Getting_Started/Create_a_simple_test Bug: T368535 Change-Id: I0d2ae8118ab2425570ff996c3d95c5583f4ea278
* | selenium: Example code for Selenium/How-to/Debug with Visual Studio CodeŽeljko Filipin2024-07-192-0/+23
|/ | | | | | | https://www.mediawiki.org/wiki/Selenium/How-to/Debug_with_Visual_Studio_Code Bug: T368535 Change-Id: If8bb90ea5f698556790f14e05e9bfea582fc5ea8
* selenium: Example code for Selenium/Getting Started/Create a simple testŽeljko Filipin2024-07-172-0/+33
| | | | | | | https://www.mediawiki.org/wiki/Selenium/Getting_Started/Create_a_simple_test Bug: T364268 Change-Id: I577fe4d49cc10bec11fc4514b1b8f090621d1d07
* selenium: Add sample code from Selenium documentation to mediawiki coreŽeljko Filipin2024-07-161-0/+3
Bug: T368535 Change-Id: I769df2ab5efafe74f28f1417260338484bd106f0