RCPTT Documentation Center
  • User Guide
  • FAQ
  • Back to RCPTT Main Site
  • Eclipse.org
  • Get Started
  • Test Case Editor
  • Control Panel
  • Assertions
  • Eclipse Command Language
    • New ECL Command Guide
    • ECL commands for Excel import and export
    • ECL commands for XML import and export
  • Contexts
    • Workspace
    • Workbench
    • Launch
    • Preferences
    • Parameters
    • Group
    • Folder
    • Default
    • Super
    • ECL Script
  • Verifications
    • Text
    • Table/Tree
    • Error Log
    • Time
  • Procedures and Variables
  • Test Runner
    • Arguments
  • Maven plugin
  • RAP
    • Install instructions
    • Record and Replay
    • Capability Contexts
    • ECL commands
    • Maven plugin
  • Integration
    • TestRail
    • Zephyr

Maven plugin


<configuration>
    <aut>
        <rap>
            <port>10082</port>
            <servletPath>/</servletPath>
            <!— open browser command format : command %s  %s- url parameter —>
            <browserCmd>chome.exe %s </browserCmd>
        </rap>
    </aut>
    <runner>
            <!--Other runner options-->
        <platform>rap</platform>
    </runner>
<configuration>