This repository contains regression benchmarks for the openEO instance of Copernicus Dataspace Ecosystem.
-
Set the environment variable
OPENEO_BACKEND_URL
to the openEO backend URL:conda env config vars set OPENEO_BACKEND_URL=https://openeo.dataspace.copernicus.eu/
-
Run pytest:
pytest
-
Set the environment variable
OPENEO_BACKEND_URL
to the openEO backend URL:export OPENEO_BACKEND_URL=https://openeo.dataspace.copernicus.eu/
-
Run pytest:
pytest