To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCreate Domain Host as Administrator
As an Administrator
I want to create domain host entries to any domains
- Background
-
- Given
- I am authenticated as administrator
- Scenarios
-
- Successfully create domain host entry
- Invalid parameters
- Domain does not exist
- Same domain host name used in different domains
- Successfully create domain host entry
-
- When
- I create a domain host entry
- Then
- domain host entry must be created
- Invalid parameters
-
- When
- I create a domain host entry with invalid parameter
- Then
- error must be validation failed
- And
- validation error on field must be "code"
Examples: invalid parameter field code missing name name missing blank name name invalid existing name name already_exists no matching host name invalid - Domain does not exist
-
- When
- I create a domain host entry for non-existing domain
- Then
- error must be not found
- Same domain host name used in different domains
-
- When
- I create a domain host entry which is also used by another domain
- Then
- domain host entry must be created
Last published over 7 years ago by ealden.