[12:05:59] florent: there's getTestString() in wdio-mediawiki, if that's something you could use [12:06:05] https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/master/tests/selenium/wdio-mediawiki/Util.js#10 [12:15:24] zeljkof: Interesting! I also like appending the unix timestamp as suggested by kindrobot (to store somewhere the time where the function has been created in case we want to cleanup). Should I also append the `getTestString()` result too? [14:19:30] florent: what ever works for you :) [21:06:16] florent: someone from the team pointed out that there is an API call to delete a function, so clean up will be possible, though I think we should willingly ignore it for the short term, because we'll have to set that account up with separate permissions (currently sysop). I'll make a separate ticket for it. [21:06:57] Nice :) [22:27:34] (IIUC, and with IANAD (I am not a dev) disclaimer) I *think* we're ok to completely ignore test-items, unless they're actually going to cause problems. E.g. here are many of the automated tests at enwiki-beta: https://en.wikipedia.beta.wmflabs.org/w/index.php?userExpLevel=newcomer&hidenewpages=1&hidecategorization=1&hideWikibase=1&hidelog=1&hidenewuserlog=1&limit=50&days=7&enhanced=1&title=Special:RecentChanges&urlversion=2 [22:28:22] (but consistent naming would be good, to make it easier to ignore them. :) )