Skip to content

Commit

Permalink
cleanup and update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dipjyotimetia committed Apr 18, 2023
1 parent 7b56653 commit b5625f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# base image
FROM ubuntu:bionic-20230308

LABEL maintainer="HybridTestFramework dipjyotimetia@gmail.com"

ENV GRADLE_VERSION 8.0.2
ENV GRADLE_VERSION 8.1
ENV ALLURE_VERSION 2.21.0

# install packages
Expand All @@ -18,9 +17,7 @@ RUN wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.
ENV GRADLE_HOME /opt/gradle-${GRADLE_VERSION}
ENV PATH $PATH:$GRADLE_HOME/bin

RUN echo "export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64" >> ~/.bashrc

ENV JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64"
ENV JAVA_HOME="/usr/lib/jvm/openjdk-17-jdk-amd64"
ENV PATH $JAVA_HOME/bin:$PATH

# Install allure
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ solution in such a way so that it can cater multiple testing requirement,
hence [HybridTestFramework](https://github.com/dipjyotimetia/HybridTestFramework) is targeting to create a bridge
between the kind of legacy systems
or the systems which are still in a transition phase of migrate to cloud with super cool cloud-native systems.
Ita comprehensive and versatile testing framework designed to cover various aspects of software testing.
Its purpose is to help developers and testers streamline their testing process and ensure the highest quality in their applications.

<img src="docs/img/framework.png" width="900">

Expand All @@ -30,7 +32,7 @@ or the systems which are still in a transition phase of migrate to cloud with su
* Visual regression testing using percy.io.
* Accessibility testing using axe-selenium.
* Stubbed api testing using WireMock.
* Can send logs to ElasticSearch for kibana dashboard visualization.
* Logging integration with ElasticSearch for Kibana dashboard visualization
* Database testing support.
* Kubernetes support.

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b5625f2

Please sign in to comment.