Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/90531
Change subject: Upated todo with usage instructions ...................................................................... Upated todo with usage instructions Change-Id: I5707bef3362d390da692b6abeec497c89b92f68e --- M README.md 1 file changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium refs/changes/31/90531/1 diff --git a/README.md b/README.md index 1f37924..003bc11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Mediawiki::Selenium -TODO: Write a gem description +Several MediaWiki extensions share code that makes it easy to run Selenium tests. This gem +makes it easy to update the shared code. ## Installation @@ -18,7 +19,9 @@ ## Usage -TODO: Write usage instructions here +Add the gem to Gemfile. + +Create `tests/browser/features/support/env.rb` file with this content: `require 'mediawiki/selenium'` ## Contributing -- To view, visit https://gerrit.wikimedia.org/r/90531 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5707bef3362d390da692b6abeec497c89b92f68e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/selenium Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
