Skip to content

Reference app to showcase Scope integration and functionality in a Spring Boot 2 project.

License

Notifications You must be signed in to change notification settings

scope-demo/scopeagent-reference-springboot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# ScopeAgent Demo Spring Boot 2

Example repository to check how to use ScopeAgent with an Spring Boot 2 project following git-flow.

CI integration

This demo repository is using Jenkins to execute the build pipeline.

The Jenkins configuration is kept under the Jenkinsfile file, which contains the Jenkins pipeline configuration.

In this case, the pipeline is configured to execute parallel stages for JDK11.

ScopeAgent installation and execution

ScopeAgent execution is attached to the test, integration-test and verify phases of the Maven build phases, through the argLine property configured in the surefire and failsafe maven plugins.

You can check a detail explanation about the installation of the ScopeAgent in the following instructions:

Test results dashboard

Once the CI server has executed the build pipeline, all test classes will have been executed in every JDK version declared in the CI server configuration file.

This means that you can check the examples test results following the next instructions:

  1. Access to https://demo.scope.dev/
  2. Log in with your GitHub account.
  3. Locate the scopeagent-reference-springboot2 project.

Now you can check the details about every test executed for every branch of the repository executed by CI build pipeline.

About

Reference app to showcase Scope integration and functionality in a Spring Boot 2 project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages