robotframework-nsm


Namerobotframework-nsm JSON
Version 0.38 PyPI version JSON
download
home_pagehttps://github.com/AdamPrzybyla/robotframework-nsm
SummaryRobotframework library for NSM
upload_time2023-07-09 10:24:39
maintainer
docs_urlNone
authorAdam Przybyla
requires_python
licenseMIT
keywords robotframework nsm automatisation tests
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AdamPrzybyla/robotframework-nsm",
    "name": "robotframework-nsm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "robotframework,nsm,automatisation,tests",
    "author": "Adam Przybyla",
    "author_email": "adam.przybyla@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bf/80/c12731fe9805881803256c2430f321eb07b9d059385b0c90098623f07935/robotframework-nsm-0.38.tar.gz",
    "platform": null,
    "description": "Robotframework-NSM\n==================\n\n.. contents::\n\nIntroduction\n------------\n\nNatural semantic metalanguage package for `Robot Framework`_\nThe package is based on works by prof. Anna Wierzbicka \nand prof. Cliff Goddard and this is work in progress.\n\n\nRobotframework-NSM is operating system independent and supports Python 2.7 as well\nas Python 3.x or newer. \n\nDocumentation\n-------------\n\nFor general information about using test libraries with Robot Framework, see\n`Robot Framework User Guide`_.\n\nInstallation\n------------\n\nThe recommended installation method is using pip_::\n\n    pip install --upgrade robotframework-nsm\n\nWith recent versions of ``pip`` it is possible to install directly from the\nGitHub_ repository. To install latest source from the master branch, use\nthis command::\n\n    pip install git+https://github.com/AdamPrzybyla/robotframework-nsm.git\n\nAlternatively you can download the source distribution from PyPI_, extract\nit, and install it using one of the following depending are you using\nPython or Jython::\n\n    python setup.py install\n\nUsage\n-----\n\nSample test cases:\n\n.. code:: robotframework\n\n\tTest 1\n\t\tTeraz jest tak: ja widze webpage\n\t\tJa nie widze slowa logged na webpage\n\t\tPotem ja uzyje slow credentials na webpage\n\t\tZ tego powodu ja widze slowa logged na webpage\n\t\tNiedlugo potem ja nie widze webpage\n\n\tTest 2\n\t\tTeraz jest tak: ja widze webpage\n\t\tJa nie widze slowa logged na webpage\n\t\tPotem ja uzyje slow bad credentials na webpage\n\t\tZ tego powodu ja nie widze slowa logged na webpage\n\t\tNiedlugo potem ja nie widze webpage\n\n\tTest 3\n\t\tTeraz jest tak: ja widze webpage\n\t\tJa nie widze slowa logged na webpage\n\t\tNiedlugo potem ja nie widze webpage\n\nSupport\n-------\n\nIf the provided documentation is not enough, there are various support forums\navailable:\n\n- `robotframework-users`_ mailing list\n\n.. _github: https://github.com/AdamPrzybyla/robotframework-nsm\n.. _Robot Framework: http://robotframework.org\n.. _Robot Framework User Guide: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-test-libraries\n.. _PyPI: https://pypi.python.org/pypi/robotframework-nsm\n.. _pip: http://pip-installer.org\n.. _robotframework-users: http://groups.google.com/group/robotframework-users",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Robotframework library for NSM",
    "version": "0.38",
    "project_urls": {
        "Download": "https://github.com/AdamPrzybyla/robotframework-nsm/archive/v_38.tar.gz",
        "Homepage": "https://github.com/AdamPrzybyla/robotframework-nsm"
    },
    "split_keywords": [
        "robotframework",
        "nsm",
        "automatisation",
        "tests"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf80c12731fe9805881803256c2430f321eb07b9d059385b0c90098623f07935",
                "md5": "17dadb45bf2ab372a4ff580b58e76f36",
                "sha256": "542b854f9a665ebf56953e359ccb80614b7e14a8c1eb5d712a2f7047797b3fdb"
            },
            "downloads": -1,
            "filename": "robotframework-nsm-0.38.tar.gz",
            "has_sig": false,
            "md5_digest": "17dadb45bf2ab372a4ff580b58e76f36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 512649,
            "upload_time": "2023-07-09T10:24:39",
            "upload_time_iso_8601": "2023-07-09T10:24:39.849706Z",
            "url": "https://files.pythonhosted.org/packages/bf/80/c12731fe9805881803256c2430f321eb07b9d059385b0c90098623f07935/robotframework-nsm-0.38.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-09 10:24:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AdamPrzybyla",
    "github_project": "robotframework-nsm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "robotframework-nsm"
}
        
Elapsed time: 0.10842s