Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/jboss-docker-e2e-solution

Pre-study investigation solution of testing legacy JavaEE system with newer modern technologies and frameworks with dockerized non-inmemory oracle xe database, dockerized JBOSS EAP and modern e2e test project using spring-boot, JPA, selenide, kotlin / JUnit 5
https://github.com/daggerok/jboss-docker-e2e-solution

docker e2e e2e-testing e2e-tests java java-ee javaee jboss jboss-eap kotlin maven oracle oracle-database oracle-xe selenide selenium selenium-webdriver

Last synced: 25 days ago
JSON representation

Pre-study investigation solution of testing legacy JavaEE system with newer modern technologies and frameworks with dockerized non-inmemory oracle xe database, dockerized JBOSS EAP and modern e2e test project using spring-boot, JPA, selenide, kotlin / JUnit 5

Awesome Lists containing this project

README

        

= Oracle JBoss E2E testing in Docker image:https://travis-ci.org/daggerok/jboss-docker-e2e-solution.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/jboss-docker-e2e-solution"] image:https://gitlab.com/daggerok/jboss-docker-e2e-solution/badges/master/build.svg["Build Status", link="https://gitlab.com/daggerok/jboss-docker-e2e-solution/-/jobs"]

//tag::content[]

This repository contains end-to-end testing of
legacy system which is basically absolutely doesn't
has any tests at all.

Testing is going base on selenium-hub with chrome node

Test could be implemented with JUnit 5 and written
using modern languages, like latest fancy java 8/10/11
or Kotlin

Also we going to bootstrap fresh new oracle
instance before tests

Read link:https://daggerok.github.io/jboss-docker-e2e-solution[project reference documentation]

Initially generated by using link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-parent-multi-project)

//end::content[]