/
diev
/
mRemoteNG
Обзор
Документация
Войти
/
diev
/
mRemoteNG
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
mRemoteNGSpecs/Features/CredentialRepository.feature
25 строк
820 B
Faryan Rezagholi
renamed/moved project files
02 июн 2020, 10:11
02 июн 2020, 10:11
8ea8c41
Код
Авторство
О чём код?
Feature: CredentialRepository As a user with several environments I would like to load multiple credential repositories In order to keep credentials separate @credentials Scenario: Load credential repository Given I have a credential repository And the credential repository is unloaded When I click load Then the credential repository is loaded Scenario: Add credential record Given I have a credential repository And The credential repository is loaded And The repository has 0 credentials When I click add credential Then the repository has 1 credentials Scenario: Unload credential repository Given I have a credential repository And The credential repository is loaded And The repository has 1 credentials When I click unload Then the credentials in the repository will no longer be available