Metadata-Version: 1.0
Name: robotframework-wavelibrary
Version: 0.1.1
Summary: Robot Framework resources for automating WebAIM Wave Toolbar
Home-page: https://github.com/datakurre/robotframework-wavelibrary/
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: GPL
Description: WAVE-library for Robot Framework
        ================================
        
        WAVE is an accessibility analyzing service and Firefox add-on created by
        WebAIM. This library provides a few Robot Framework resources for executing
        automated analyzes with the Firefox add-on.
        
        (This package includes a Firefox profile with The WAVE Toolbar extension
        pre-installed. The WAVE toolbar, its interface elements, design elements,
        functionality, and underlying code are (c) WebAIM.)
        
        ::
        
            $ pip install robotframework-wavelibrary
        
        demo.robot::
        
            *** Settings ***
        
            Library  WAVELibrary
        
            Suite setup  Open WAVE browser
            Suite teardown  Close all browsers
        
            *** Test Cases ***
        
            Test single site
                Go to  http://www.plone.org/
                Check accessibility errors
        
            Test validation with template
                [Template]  Check URL for accessibility errors
                http://www.plone.org/
                http://www.drupal.org/
                http://www.joomla.org/
                http://www.wordpress.org/
        
        ::
        
            $ pybot demo.robot
        
        Changelog
        =========
        
        0.1.1 (2013-05-25)
        ------------------
        
        - Fix packaging (removed non-ascii character from README)
        
        0.1.0 (2013-05-25)
        ------------------
        
        - First pre-release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
