Sha256: 13d0f93de39caa7c01b173f7b4232ad0f1e946717421434dbfeb5bdd0dca3f53
Contents?: true
Size: 635 Bytes
Versions: 15
Compression:
Stored size: 635 Bytes
Contents
@integration Feature: User factory Background: Given I have configured my environment from `ENV` and with: """ user_factory: true """ And I have set "MEDIAWIKI_URL" in my shell And I am using the user factory Scenario: User factory creates the primary account When I reference the primary user Then an account for the user should exist And the user name should start with "User-" Scenario: User factory creates an alternative account When I reference user "some_user" Then an account for the user should exist And the user name should start with "User-some-user-"
Version data entries
15 entries across 15 versions & 1 rubygems