All Projects → MarketSquare → robotframework-difflibrary

MarketSquare / robotframework-difflibrary

Licence: other
Robot Framework keyword library that will provide Diff capabilities

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to robotframework-difflibrary

got
An enjoyable golang test framework.
Stars: ✭ 234 (+917.39%)
Mutual labels:  diff
raincoat
Raincoat has you covered when you can't stay DRY
Stars: ✭ 27 (+17.39%)
Mutual labels:  diff
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (+121.74%)
Mutual labels:  diff
TinyCog
Small Robot, Toy Robot platform
Stars: ✭ 29 (+26.09%)
Mutual labels:  robot-framework
go-fastly-cli
CLI tool for interacting with Fastly CDN services via official REST API.
Stars: ✭ 14 (-39.13%)
Mutual labels:  diff
rfswarm
Robot Framework Swarm
Stars: ✭ 68 (+195.65%)
Mutual labels:  robot-framework
v-code-diff
A vue code diff display plugin, support Vue2 / Vue3
Stars: ✭ 93 (+304.35%)
Mutual labels:  diff
euv
写一个较为强大的Vue,支持虚拟DOM、diff更新以及基本的API。'vue'.split('').sort().join('') === 'euv'
Stars: ✭ 18 (-21.74%)
Mutual labels:  diff
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (+243.48%)
Mutual labels:  diff
robotframework-preso
Introduction to Robot Framework - TriTAUG Presentation
Stars: ✭ 16 (-30.43%)
Mutual labels:  robot-framework
jQuery-Merge-for-php-diff
A client side merge tool for JBlonds PHP-Diff @ https://github.com/JBlond/php-diff.
Stars: ✭ 74 (+221.74%)
Mutual labels:  diff
diff-parser
A parser for unified diffs
Stars: ✭ 22 (-4.35%)
Mutual labels:  diff
brackets-compare
Brackets extension to diff files.
Stars: ✭ 49 (+113.04%)
Mutual labels:  diff
ncdu-diff
ncdu fork that can compare and diff results
Stars: ✭ 21 (-8.7%)
Mutual labels:  diff
FastDiff
General purpose diffing library with parent/children n-level diffing
Stars: ✭ 36 (+56.52%)
Mutual labels:  diff
devops-ninja
This is a collection of some very useful command-line commands that eases the life of a DevOps Engineer.
Stars: ✭ 27 (+17.39%)
Mutual labels:  diff
differ
Electron application to compare two directories
Stars: ✭ 48 (+108.7%)
Mutual labels:  diff
go-gitdiff
Go library for parsing and applying patches created by Git
Stars: ✭ 41 (+78.26%)
Mutual labels:  diff
preact-source-learn
Preact+hook源码解析
Stars: ✭ 16 (-30.43%)
Mutual labels:  diff
dotfiles
my dot files with git and docker extension for windows and linux
Stars: ✭ 13 (-43.48%)
Mutual labels:  diff

Build Status PyPi downloads Latest Version

DiffLibrary is a Robot Framework test library that will provide keyword functionality to diff two files together

Install

Install robotframework-difflibrary

pip install -U robotframework-difflibrary

Documentation

Documentation for Keywords avaliable here https://marketsquare.github.io/robotframework-difflibrary/

Usage

Settings
Library DiffLibrary
Test Cases
Diff Two Identical Files
Diff Files loremipsum.txt loremipsum.txt

DiffLibrary uses the external diff executable that is avaible on most Linux systems out of the box. It also comes packaged with GNU diff binaries for Windows. This is to work around the problem described in the following issue;

http://code.google.com/p/robotframework/issues/detail?id=497

Docs updation

python -m robot.libdoc src/DiffLibrary/ doc/DiffLibrary.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].