Metadata-Version: 1.1
Name: robotframework-nsm
Version: 0.28
Summary: Robotframework library for NSM
Home-page: https://github.com/AdamPrzybyla/robotframework-nsm
Author: Adam Przybyla
Author-email: adam.przybyla@gmail.com
License: MIT
Download-URL: https://github.com/AdamPrzybyla/robotframework-nsm/archive/v_28.tar.gz
Description: Robotframework-NSM
        ==================
        
        .. contents::
        
        Introduction
        ------------
        
        Natural semantic metalanguage package for `Robot Framework`_
        The package is based on works by prof. Anna Wierzbicka 
        and prof. Cliff Goddard and this is work in progress.
        
        
        Robotframework-NSM is operating system independent and supports Python 2.7 as well
        as Python 3.x or newer. 
        
        Documentation
        -------------
        
        For general information about using test libraries with Robot Framework, see
        `Robot Framework User Guide`_.
        
        Installation
        ------------
        
        The recommended installation method is using pip_::
        
            pip install --upgrade robotframework-nsm
        
        With recent versions of ``pip`` it is possible to install directly from the
        GitHub_ repository. To install latest source from the master branch, use
        this command::
        
            pip install git+https://github.com/AdamPrzybyla/robotframework-nsm.git
        
        Alternatively you can download the source distribution from PyPI_, extract
        it, and install it using one of the following depending are you using
        Python or Jython::
        
            python setup.py install
        
        Usage
        -----
        
        Sample test cases:
        
        .. code:: robotframework
        
        	Test 1
        		Teraz jest tak: ja widze webpage
        		Ja nie widze slowa logged na webpage
        		Potem ja uzyje slow credentials na webpage
        		Z tego powodu ja widze slowa logged na webpage
        		Niedlugo potem ja nie widze webpage
        
        	Test 2
        		Teraz jest tak: ja widze webpage
        		Ja nie widze slowa logged na webpage
        		Potem ja uzyje slow bad credentials na webpage
        		Z tego powodu ja nie widze slowa logged na webpage
        		Niedlugo potem ja nie widze webpage
        
        	Test 3
        		Teraz jest tak: ja widze webpage
        		Ja nie widze slowa logged na webpage
        		Niedlugo potem ja nie widze webpage
        
        Support
        -------
        
        If the provided documentation is not enough, there are various support forums
        available:
        
        - `robotframework-users`_ mailing list
        
        .. _github: https://github.com/AdamPrzybyla/robotframework-nsm
        .. _Robot Framework: http://robotframework.org
        .. _Robot Framework User Guide: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-test-libraries
        .. _PyPI: https://pypi.python.org/pypi/robotframework-nsm
        .. _pip: http://pip-installer.org
        .. _robotframework-users: http://groups.google.com/group/robotframework-users
        
Keywords: robotframework,nsm,automatisation,tests
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
