robotframework-jalali

Robot Framework Jalali Date


Keywords
robotframework, testing, test, automation, testautomation, atdd, bdd, jalali
License
MIT
Install
pip install robotframework-jalali==0.1.3

Documentation

robotframework-jalali

This module allows easy to create JALALI Date in any format you want.

Installation

pip install robotframework-jalali

Usage

jalaliLibrary keyword documentation

*** Settings ***
Library     jalaliLibrary

*** Test Cases ***
Get Today jalaliDate
    ${Date}=   today date
    log     ${Date}     console=True


Get Today jalaliDate with special format
    ${Date}=   today date   %y.%m.%d
    log     ${Date}     console=True



*** Keywords ***

Contribute

If you like this module, please contribute! I welcome patches, documentation, issues, ideas, and so on.