Sha256: fa0cd9bd94c009e2a902e336c7dc21344fe2b499703790132162c8001baf9991
Contents?: true
Size: 707 Bytes
Versions: 6
Compression:
Stored size: 707 Bytes
Contents
@config Feature: Configure the user credentials interactively In order to use sf As a user using I want to be able to configure my credentials interactively Scenario: Running sf config it has to interactively setup my environment When I run `sf config` interactively And I type "john.doe@example.com" And I type "SecurePassword" And I type "John Doe" And I type "john.doe@example.com" And I type "testEnv" Then the exit status should be 0 And the file "~/.sf/credentials.yaml" should match /username.*john.doe@example.com/ And the file "~/.sf/credentials.yaml" should match /password.*SecurePassword/ And the file "~/.sf/salesforce.sbox" should match /.+/
Version data entries
6 entries across 6 versions & 1 rubygems