All Projects → greengerong → Maven Ng Protractor

greengerong / Maven Ng Protractor

maven plugins for angular protractor

Programming Languages

java
68154 projects - #9 most used programming language

maven-ng-protractor

=========================

This maven plugin for Angular E2E test protractor.

How to use this plugin:

    <plugin>
        <groupId>com.github.greengerong</groupId>
        <artifactId>maven-ng-protractor</artifactId>
        <version>0.0.2</version>
        <configuration>
        </configuration>
        <executions>
            <execution>
                <id>ng-protractor</id>
                <phase>test</phase>
                <goals>
                    <goal>run</goal>
                </goals>
            </execution>
        </executions>
    </plugin>

You can see it under the demo fold. You can go there, then run "mvn clean install" to see the result.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].