Instalar VSCode Editor Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-12-21T15:43:22.215Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "chrome", | |
"request": "launch", | |
"name": "Debug", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Url sonar http://sonardemodevops.eastus.cloudapp.azure.com:9000/ | |
Token Sonar 0b4a2d64de6c5084be061407e904a7a1674c20f7 | |
En Proyect_Key agregamos : $(Build.Repository.Name) | |
En Project Name agregamos: $(Build.Repository.Name) | |
sonar.java.binaries= build/classes | |
sonar.java.binaries=/build/libs | |
sonar.branch.name=$(Build.SourceBranchName) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
como Usuario administrador | |
Deseo ingresar al sistema de gestion de usuario | |
Para agregar un usuario nuevo con sus caracteristicas | |
Criterios de aceptación | |
Criterios de Aceptación 1: dado que me encuentro logueado con El usuario "Admin" | |
cuando quiere agregar un usuario con el rol "ESS" | |
y con el nombre del empleador "Automatizadores" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HU- Ingreso al sistema | |
Yo como Usuario | |
Deseo ingresar al sistema | |
Para poder hacer uso de las funcionalidades del sistema | |
--- Criterios de aceptación ----- | |
Criterios de Aceptación 1: Ingreso exitoso |
NewerOlder