Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Nov 22, 2023
1 parent cff0f8e commit 482b8f5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Mopo - a helper library for testing Vaadin apps with Playwright

Mopo contains Java helper classes for Playwright users. Especially for more complex Vaadin components, like vaadin-grid, vaadin-date-picker, vaadin-date-time-picker, vaadin-combo-box etc.

Currently, Mopo is in alpha stage and is not yet published to Maven Central. You can use it by cloning this repository and running `mvn install` in the root folder -> you have a snapshot build in your local repository.
To try/use Mopo, add following dependency to your pom.xml (or to Gradle build):

Snapshot releases available in this repository: https://oss.sonatype.org/content/repositories/snapshots/
<dependency>
<groupId>in.virit</groupId>
<artifactId>mopo</artifactId>
<version>0.0.1</version> <!-- check latest version!! ->
<scope>test</scope>
</dependency>

Documentation is at this point limited to JavaDoc's. Usage examples can be found from the projects [own IT tests](https://github.com/viritin/mopo/tree/main/src/test/java/firitin/pw).

Currently, Mopo is in very stage so fill in feature requests eagerly. Or fork, develop along your project and create PRs!

Snapshot releases available here: https://oss.sonatype.org/content/repositories/snapshots/

## The name Mopo 🤔

Expand Down

0 comments on commit 482b8f5

Please sign in to comment.