Zeljko, Regarding the second question I asked:
I have put in the correct tag that you suggested in the .feature file, @ test2.wikipedia.org. on the first line, but it still doesn't try to run on test2, when I run the bundle exec cucumber features/visualeditor_references.feature from command line. What happens is that it runs on the default en.wikipedia rather than test2. I also tried running features/create_account_readonly.feature and features/visual_editor.feature. Both have test2.wikipedia.org. tag, but they both default and run on en.wikipedia. Here is the link to my files to try running them from the command line: https://gerrit.wikimedia.org/r/#/c/69128/ Am I missing something here? Thanks --Rachel *Gnome FOSS Outreach Program for Women Intern Browser Test Automation, Wikimedia Foundation* On Mon, Jul 1, 2013 at 11:05 AM, Chris McMahon <[email protected]>wrote: > > Also, I reported https://bugzilla.wikimedia.org/show_bug.cgi?id=50334 about > this issue. > -C > > > On Mon, Jul 1, 2013 at 5:43 AM, Željko Filipin <[email protected]>wrote: > >> Hi Rachel, >> >> comments are inline. >> >> On Thu, Jun 27, 2013 at 10:43 PM, Rachel Thomas <[email protected]>wrote: >>> >>> MEDIAWIKI_URL=http://test2.wikipedia.org/wiki/ >>> I found out the test bombs out after logging in as selenium user. >>> >> >> Looks like there is a problem with logging in. User is logged in via >> https and not via http. For more information see comment 7 of bug 50130[1]. >> >> The workaround is to set MEDIAWIKI_URL to https site: >> >> export MEDIAWIKI_URL=https://test2.wikipedia.org/wiki/ >> >> >>> Also, for some reason I can't seem to get the syntax correct for the >>> @test2 instance in the visualeditor_reference.feature file. I tried this: >>> @test2.wikipedia.org/wiki/ @login for the first line in the file, plus >>> other variations but they are never picked up. >>> >> >> Can you share the output of your command line? >> >> The correct tag is @test2.wikipedia.org, you should remove trailing >> "/wiki/". >> >> Let me know if you have any questions, or ping zeljkof on #wikimedia-dev. >> >> Željko >> -- >> 1: https://bugzilla.wikimedia.org/show_bug.cgi?id=50130#c7 >> >> _______________________________________________ >> QA mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/qa >> >> > > _______________________________________________ > QA mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/qa > >
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
