Skip to content
View mkorpela's full-sized avatar

Sponsors

@getsentry

Organizations

@robotframework @MarketSquare @Sema4AI
Block or Report

Block or report mkorpela

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

Pinned

  1. pabot pabot Public

    Parallel executor for Robot Framework test cases.

    Python 457 148

  2. overrides overrides Public

    A decorator to automatically detect mismatch when overriding a method

    Python 261 31

  3. RoboMachine RoboMachine Public

    Model-based testing with Robot Framework

    Python 98 21

  4. Script that shows 100 most time cons... Script that shows 100 most time consuming keywords in Robot Framework output.xml
    1
    from functools import total_ordering
    2
    
                  
    3
    from robot.api import ExecutionResult, ResultVisitor
    4
    import math, re
    5
    
                  
  5. robotframework-expects robotframework-expects Public

    Robot Framework library that can train computers to validate expected results based on examples.

    Python 10 1

  6. pabotprofiler.py pabotprofiler.py
    1
    import cProfile
    2
    import pstats
    3
    from pabot.pabot import main
    4
    import os, sys
    5
    import tempfile