UNPKG

1.29 kBPlain TextView Raw
1Feature: Website creation
2
3 Scenario: Non Coadmin git creation
4 Given a not coadmin subscription publishsettings file
5 And a clone of the git repo https://github.com/azuresdkci/azuresdkci-repo
6 When I import the publishsettings file
7 And I create a new website mytstsite with git integration using location West US
8 And I setup the remote git credentials to username azuresdkci and password MyAwesomePassword!1
9 Then current subscription is set correctly
10 And the website mytstsite should be created in location West US
11 And the local git repo should contain a remote called origin
12 And the local git repo should contain a remote called azure with username azuresdkci
13
14 Scenario: Coadmin git creation
15 Given a coadmin subscription publishsettings file
16 And a clone of the git repo https://github.com/azuresdkci/azuresdkci-repo
17 When I import the publishsettings file
18 And I create a new website myottstsite with git integration using location West US and git user azuresdkci
19 Then current subscription is set correctly
20 And the website myottstsite should be created in location West US
21 And the local git repo should contain a remote called origin
22 And the local git repo should contain a remote called azure with username azuresdkci
\No newline at end of file