robotframework / robotframework/RIDE

Add Execution Profile Maven

Open
#1,434 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement prio-medium
Dominant language
Python
Stars
1k
Forks
385
Avg merge
13m
Merged PRs (30d)
2

Description

Originally submitted to Google Code by Marcin.Koperski on 19 Jan 2015

It would be beneficial to be able to execute test in ride using maven commands.
It would allow easy check problem that occurred on continues integration servers like Jenkins using robotframework maven plugin.

Most important would be to to changes
pybot.bat to mvn robotframework:run
from --argumentfile myfile.txt to -DargumentFile=myfile.txt
and --listener to -Dlistener=MyListener.

http://robotframework.org/MavenPlugin/index.html
http://robotframework.org/MavenPlugin/run-mojo.html

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the pybot.bat execution path mentioned in the issue and read the linked MavenPlugin documentation, especially the run-mojo options. Trace how RIDE builds execution arguments and determine the changes needed for Maven commands. Done when tests can be run through Maven with argument files and listeners mapped to the documented properties.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
testing, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.