Skip to content

mhenke/Cloudy-With-A-Chance-Of-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Cloudy With A Chance Of Tests?

Cloudy With A Chance Of Tests is a pared down ant build.xml. This build.xml can be used for Continuous Integration with ColdFusion (with or without unit tests). A syntax and other specific CFML inspections will occur setting the stage for testing and other progressions in the build.xml and your code base.

Some targets in the build.xml are purposely left blank for place holders.

The build.xml should be able to be used without any CFML code changes to your code base and only a few changes to build.properties that match your environment.

Have fun, this is a journey not a sprint. Introduce this easy step, sit back and wait till your opportunity to do more Continuous Integration.

Recorded Presentation, Slides, and Outline

Recorded Presentation - ???

Recorded Presentation (15 mins)

Slides

Outline

Installation

This build script is decoupled from the environment you can execute it in. You can use the command prompt, Eclipse IDE, or Jenkins with just a few changes to build.properties.

  1. Please unzip and add the build.xml to your source control system in your top level folder and build.properties but ignore it from your scs.
  2. Unzip and add the lib-cloudy folder with the jars at the top level of the project and to source control.
  3. You will have to change some build.properties settings to match the environment it will run on.
  4. To run the VarScope, QueryParam, and/or Unit/Acceptance tests, you will need to download and place them in the top level of the web server (not just the project top level). I would recommend excluding them from your source control system.

##Unit and Acceptance tests You can also add more MXUnit tests. They are define where they are run from in the testing.mxunit target. "Dummy" tests already are setup for unit testing and acceptance testing.

##Database deployments TODO:Write Description of the sql/create and sql/update folders (hint: add sequentially named files to be run in order, like 0001.sql and 0002.sql)

License

This is licensed under Creative CommonsAttribution-Noncommercial-Share Alike 3.0 except for third party software which retains their licenses.

Contributors / Originators

Please add yourself if you help:

  • @denstar
  • @vitrix
  • @lmajano
  • @markdrew

Git Workflow for Contributors

This project uses the excellent Git Workflow series by Bob Silverburg for contributions.

About

Cloudy With A Chance Of Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages