Skip to main content

A robot framework library for Webpack.

Project description

https://travis-ci.org/kitconcept/robotframework-webpack.svg?branch=master Egg Status Latest Version License

Introduction

WebpackLibrary is a Robot Framework library for Webpack. It allows to start and stop the Webpack dev server.

Installation

Install robotframework-webpack with pip:

$ pip install robotframework-webpack

Usage

In order to write your first robot test, make sure that you include Selenium2Library and WebpackLibrary. Create a test.robot file with the following content:

*** Variables ***

${HOST}                 127.0.0.1
${PORT}                 7447
${BROWSER}              chrome
${SERVER}               http://${HOST}:${PORT}


*** Settings ***

Documentation   WebpackLibrary Acceptance Tests
Library         Selenium2Library  timeout=10  implicit_wait=0
Library         WebpackLibrary
Suite Setup     Start Webpack and Open Browser
Suite Teardown  Stop Webpack and Close Browser


*** Test Cases ***

Scenario: Webpack Dev Server
  Go To  ${SERVER}
  # Amend this line to check for the real content of your app. Otherwise this test will fail.
  Wait until page contains  Hello World
  Page Should Contain  Hello World


*** Keywords ***

Start Webpack and Open Browser
  Start Webpack  ${HOST}  ${PORT}  debug=False
  Open Browser  ${SERVER}  ${BROWSER}
  Set Window Size  1280  1024

Stop Webpack and Close Browser
  Stop Webpack
  Close Browser

Development

Project Setup:

$ virtualenv-2.7 .py27
$ source .py27/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop

Run Test:

$ pybot test.robot

1.0a8 (2016-07-21)

Breaking Changes:

  • Change ROBOT_LIBRARY_SCOPE to ‘GLOBAL’. It does not make sense to fire up webpack for every single test. [timo]

1.0a7 (2016-07-19)

Bugfixes:

  • Do not log the webpack path. [timo]

1.0a6 (2016-07-18)

Bugfixes:

1.0a5 (2016-07-13)

New Features:

  • Add ‘webpack_bin_path’ param to ‘Start Webpack’ keyword. [timo]

1.0a4 (2016-07-13)

Breaking Changes:

  • Move all arguments from WebpackLibrary import to ‘Start Webpack’ keyword. [timo]

Bugfixes:

  • Remove requests from dependencies. [timo]

  • Fix package keywords. [timo]

1.0a3 (2016-07-13)

Bugfixes:

  • Fix content_base param. [timo]

  • Log OSErrors when calling webpack. [timo]

1.0a2 (2016-07-13)

New Features:

  • Add config parameter to WebpackLibrary. [timo]

1.0a1 (2016-07-12)

  • Initial release. [timo]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-webpack-1.0a8.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file robotframework-webpack-1.0a8.tar.gz.

File metadata

File hashes

Hashes for robotframework-webpack-1.0a8.tar.gz
Algorithm Hash digest
SHA256 9b747d4a76c179da255abc07657355654a3aa96e0cd97363c1cf21155402a984
MD5 b6272cbec6a050f9f839646783588721
BLAKE2b-256 30521f92c2f580a4ae6a2c6127500b08ae31b9a774da945527da40e5c67ad6e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page