Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Robot Framework Request Action

This action runs Robot Framework tests using the robotframework-request library inside a Docker container.

Example usage

robot_test:
  runs-on: ubuntu-latest
  name: Run Robot Framework API Tests
  steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Run Robot Framework API Tests
      uses: Toon-Yanaphat/robotframework-request@v1.0.0
      with:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors