Sha256: b8d26e8ba445a89670cfd296b693cee899b1b99aab727949f14981152b4f9093

Contents?: true

Size: 432 Bytes

Versions: 5

Compression:

Stored size: 432 Bytes

Contents

#!/usr/bin/env bash

sed -i 's~@your_client_id@~'"${CLIENT_ID}"'~g' testConfig.json
sed -i 's~@your_client_secret@~'"${CLIENT_SECRET}"'~g' testConfig.json
sed -i 's~@base_url@~'"${BASE_URL}"'~g' testConfig.json
sed -i 's~@async_base_url@~'"${BASE_ASYNC_URL}"'~g' testConfig.json
sed -i 's~@base_auth_url@~'"${BASE_AUTH_URL}"'~g' testConfig.json

mkdir testResults
rspec spec --format RspecJunitFormatter --out testResults/rspec.xml

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aspose_slides_cloud-24.3.0 docker-entrypoint.sh
aspose_slides_cloud-24.2.0 docker-entrypoint.sh
aspose_slides_cloud-24.1.0 docker-entrypoint.sh
aspose_slides_cloud-23.11.0 docker-entrypoint.sh
aspose_slides_cloud-23.10.0 docker-entrypoint.sh