Skip to content
View Noordsestern's full-sized avatar
😈
Kill your heroes and fight
😈
Kill your heroes and fight

Organizations

@robotframework @MarketSquare @imbus @robotcodedev

Block or report Noordsestern

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Noordsestern/README.md
  • 👋 Hi, I’m @Noordsestern
  • 👀 I’m interested in open source, gardening, smart home, in general everything implemented in Python.
  • 🌱 I’m currently learning platform orchestration
  • 💞️ I’m looking to collaborate on test- and process automation.

Follow me on Mastodon

Pinned Loading

  1. Robot Test Case for WebhookMock.py Robot Test Case for WebhookMock.py
    1
    *** Settings ***
    2
    Library    RequestsLibrary
    3
    Library    Collections
    4
    Library    json
    5
    Test Setup    Prepare test case
  2. Small web service for mocking webhoo... Small web service for mocking webhooks. Logs all incoming requests. Useful for testing systems that send out notifications. Make system under test send its notifications to this web service and validate the messages on its GET endpoints.
    1
    from fastapi import FastAPI, Response, Request
    2
    import json
    3
    from json import JSONDecodeError
    4
    
                  
    5
    app = FastAPI()
  3. MarketSquare/SSHLibrary MarketSquare/SSHLibrary Public

    Robot Framework test library for SSH and SFTP

    Python 164 141

  4. MarketSquare/robotframework-webservice MarketSquare/robotframework-webservice Public

    Webservice for running Robot Framework test cases.

    Python 23 7

  5. MarketSquare/robotframework-camunda MarketSquare/robotframework-camunda Public

    Library for testing bpmn workflows compatible with Camunda 7

    Python 20 6

  6. catow catow Public

    Camunda Topic Watcher

    Python 4