Skip to content

A Scala template for writing XML Calabash extension steps

Notifications You must be signed in to change notification settings

xmlcalabash/template-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala step template

This is a template for writing an XML Calabash 3.x extension step in Scala.

<p:declare-step type="cx:template-scala">
  <p:input port="source" content-types="any" sequence="true"/>
  <p:output port="result" content-types="xml"/>
  <p:option name="option" as="xs:boolean" select="false()"/>
</p:declare-step>

It simply reports the number of XML, text, JSON, and non-XML documents passed to it.

About

A Scala template for writing XML Calabash extension steps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published