Skip to content

Instantly share code, notes, and snippets.

View clestonv's full-sized avatar
💭
Casado, pai de um garoto lindo

Cleberson Osorio clestonv

💭
Casado, pai de um garoto lindo
  • Pinhais
View GitHub Profile
@clestonv
clestonv / gist:d79c88aaafae135626302434dca8ffe4
Created April 21, 2024 14:19
YML Robot com GitHub Pages
name: Robot Framework Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
@clestonv
clestonv / robot
Last active April 20, 2024 09:57
common.resource api
*** Settings ***
Documentation O Objetivo deste arquivo é armazenar todos os recursos para os testes
Library RequestsLibrary
Library String
Library Collections
*** Keywords ***
Criar sessao
${headers} Create Dictionary
... accept=aplication/json