Gitlab - Argos ALM by PALO IT

Commit 60532ac3 authored by Dainer Acosta's avatar Dainer Acosta

fix test documentation

parent 0406122b
*** Settings *** *** Settings ***
Resource ${EXECDIR}/resources/steps/user/createUser_step.resource Resource ${EXECDIR}/resources/steps/user/createUser_step.resource
Documentation Tests for PoC Cardif consume API REST in IBM Cloud Documentation PoC test for cardif consuming services on IBM Cloud
*** Test Cases *** *** Test Cases ***
Scenery: Create user success Scenery: Create a user successfully
[Documentation] Test for create user [Documentation] Test for create user
[Tags] User Create_User [Tags] User Create_User
Since you are connected to the API with the config config/http_client_config.json Since you are connected to the API with the config config/http_client_config.json
......
...@@ -6,7 +6,7 @@ Documentation PoC test for cardif consuming services on IBM Cloud ...@@ -6,7 +6,7 @@ Documentation PoC test for cardif consuming services on IBM Cloud
*** Test Cases *** *** Test Cases ***
Scenery: Get a user successfully Scenery: Get a user successfully
[Documentation] Test for create user [Documentation] Test for get user
[Tags] User Get_User [Tags] User Get_User
Since you are connected to the API with the config config/http_client_config.json Since you are connected to the API with the config config/http_client_config.json
Get data of user Get data of user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment