1.1 - Snapshot

  • Refactored library structure:
    • cwb-core: provides basic setup for variables, properties and some general related steps
    • cwb-sahi: SAHI integration
    • cwb-rest: REST webservice testing
  • Renamed packages and classes
    • new packages:
      • com.foreach.cuke.core
      • com.foreach.cuke.rest
    • com.foreach.cuke.ctf -> com.foreach.cuke.sahi
    • AbstractSteps -> AbstractSahiSteps
      • Added AbstractCoreSteps as base class without SAHI dependency
  • Included step classes are now also available as Spring beans to facilitate reuse
    • Custom step classes will need to be annotated as @Component
  • Added LogReporter for detailed logging (visible in IntelliJ)
  • Removed deprecated steps "i should see"