Skip to content

Commit

Permalink
refs #47
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Sep 12, 2016
1 parent 54ab3b9 commit f22b6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ before_script:
- git config --global user.email rmpestano@gmail.com
script:
- mvn clean install jacoco:report coveralls:report -Pcoverage
- cd core & mvn -q cukedoctor:execute scm-publish:publish-scm -Pdocs
- cd core && mvn -q cukedoctor:execute scm-publish:publish-scm -Pdocs
#- cd.. && mvn deploy --settings settings.xml -DskipTests=true
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ In order to export database state *after test* execution into datasets files one
@DataSet("datasets/yml/users.yml")
@ExportDataSet(format = DataSetFormat.XML,outputName="target/exported/xml/allTables.xml")
public void shouldExportAllTablesInXMLFormat() {
//data inserted inside method can be exported
}
----

Expand Down

0 comments on commit f22b6db

Please sign in to comment.