Skip to content

Integration tests for SAVE-Cloud

License

Notifications You must be signed in to change notification settings

saveourtool/save-backend-tests

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2024
Mar 2, 2023
Aug 2, 2023
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Aug 2, 2023
Jul 31, 2024
Oct 10, 2022
Oct 10, 2022
Sep 12, 2022
Sep 16, 2024

Repository files navigation

Integration tests for SAVE-Cloud

License: MIT
badge

The following properties control the behavior of the tests:

  • save-cloud.backend.url

  • save-cloud.user

  • save-cloud.password

  • save-cloud.test.suite.ids

  • save-cloud.test.version

  • save-cloud.test.language

  • save-cloud.use.external.files

  • save-cloud.project.name

  • save-cloud.contest.name

During the build process, they may be specified as either a Gradle or a Java System property.

./gradlew build -Dsave-cloud.backend.url=https://saveourtool.com

is equivalent to

./gradlew build -Psave-cloud.backend.url=https://saveourtool.com