influx-cli
influx-cli copied to clipboard
Design our e2e testing strategy
Questions to answer:
- When do we want to run e2e tests?
- On every PR?
- As a nightly job?
- Before releases?
- Which host systems do we want to e2e test?
- linux/amd64?
- linux/arm64?
- darwin/amd64?
- windows/amd64?
- How can we e2e test against InfluxDB OSS?
- How many versions of InfluxDB OSS to we want to e2e test against?
- Do we need to run and OSS instance within our CI pipeline, or can we host one for testing?
- How can we e2e test against InfluxDB Cloud?
We might be able to use the testscript package for this.