If you're just looking to download the script, you can download the latest release. Instructions for configuring the script are available in the package.
If you prefer not to use the script, you can always use the REST documents API directly. For more information about the Eleos Document API, see the Platform documentation.
We welcome pull requests that fix bugs or add widely-applicable features and preserve or extend the automated test coverage.
For running tests using Powershell v6 and v7, you can use the provided Docker and Docker Compose setup.
docker compose up run-powershell-6-unit-tests --builddocker compose up run-powershell-6-integration-tests --builddocker compose up run-powershell-7-unit-tests --builddocker compose up run-powershell-7-integration-tests --build
If you need to test on Powershell v5 you can still run the same unit and integration tests provided, except there isn't a Dockerfile to do this in this repository. See the .circleci/config.yml for steps/commands on how to run the tests without Docker.
Note: Because the tests are not setup to run Powershell v5 inside of Docker you will have to have Powershell v5 available on your computer or setup a Dockerfile for it yourself