Skip to content

Framework for writing maintainable Selenium and HTTP API tests in Java.

License

Notifications You must be signed in to change notification settings

tbrethersd/frameworkium-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frameworkium Lite

CI codecov

A Framework for writing maintainable Selenium and REST API tests in Java.

To use this you will need the following in your pom.xml

  <repositories>
    <!-- Enables us to get dependencies from github -->
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.github.ham1</groupId>
      <artifactId>frameworkium-lite</artifactId>
      <version>4.6.9</version>
    </dependency>
  </dependencies>

Forked from https://github.com/Frameworkium/frameworkium-core

Incorporates a forked and updated version of https://github.com/yandex-qatools/htmlelements

About

Framework for writing maintainable Selenium and HTTP API tests in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.4%
  • Groovy 10.6%