| WMDE-leszek added a comment. |
@zeljkofilipin: looking forward to see what you come up with!
The reason why I think Wikibase code is needed is that WikibaseLexeme/tests/browser/features/support/env.rb contains following stuff:
require_all File.dirname(__FILE__) + '/../../../../../Wikibase/tests/browser/features/support/modules' require_all File.dirname(__FILE__) + '/../../../../../Wikibase/tests/browser/features/step_definitions' require_all File.dirname(__FILE__) + '/pages' require_all File.dirname(__FILE__) + '/../../../../../Wikibase/tests/browser/features/support/utils' require File.dirname(__FILE__) + '/../../../../../Wikibase/tests/browser/features/support/pages/item_page' require File.dirname(__FILE__) + '/../../../../../Wikibase/tests/browser/features/support/pages/property_page'
/pages is "local" but the other stuff is not going to be find, and ruby test code will be missing some relevant bits without the rest.
TASK DETAIL
EMAIL PREFERENCES
To: WMDE-leszek
Cc: WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331
Cc: WMDE-leszek, Aklapper, zeljkofilipin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
