Surok112 / robotframework-maven-plugin

Automatically exported from code.google.com/p/robotframework-maven-plugin
0 stars 0 forks source link

Support custom interpreter/strat script #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Replace SeleniumLibrary with the supposedly drop-in replacement 
Selenium2Library

What is the expected output? What do you see instead?
[ ERROR ] Invalid syntax in file 
'/home/development/src/test/resources/robotframework/tests/scripts.txt' in 
table 'Settings': Importing test library 'Selenium2Library' failed: 
ImportError: No module named api

What version of the product are you using? On what operating system?
1.1.1 running on Ubuntu

Please provide any additional information below.
These tests work if I run them directly from RIDE. When running using the Maven 
plugin I get this error.

Original issue reported on code.google.com by stu...@odd-e.com on 7 Feb 2012 at 1:37

GoogleCodeExporter commented 8 years ago
Selenium2Library is required to support IE9.

Selenium2Library requires a later version of Python than is packaged with the 
plugin.

Original comment by cory.pro...@gmail.com on 16 May 2012 at 10:11

GoogleCodeExporter commented 8 years ago
Unfortunately, the current versions of maven plugin run the tests always with 
Jython and Selenium2Library does not work using Jython.

The way around that would be allow specifying a custom interpreter used in test 
execution. Changed the issue title accordingly.

Original comment by janne.t....@gmail.com on 22 May 2012 at 5:41