#1133 run litmus tests on travis

This commit is contained in:
karel.picman@lbcfree.net 2021-02-02 12:58:59 +01:00
parent 6897a618f6
commit 6627863e10

View File

@ -50,11 +50,13 @@ test()
# Litmus # Litmus
# Run Webrick server # Run Webrick server
bundle exec rails server webrick -e test bundle exec rails server webrick -e test -d
# Create a test project with DMS enabled via REST API # Create a test project with DMS enabled via REST API
curl -v -H "Content-Type: application/xml" -X POST --data "@projects.xml" -u admin:admin http://localhost:3000/create.xml curl -v -H "Content-Type: application/xml" -X POST --data "@projects.xml" -u admin:admin http://localhost:3000/create.xml
# Run Litmus tests # Run Litmus tests
litmus http://localhost:3000/dmsf/webdav/c1 admin admin litmus http://localhost:3000/dmsf/webdav/c1 admin admin
# Shutdown Webrick
kill `cat tmp/pids/server.pid`
} }
uninstall() uninstall()