Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.8...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| configs | ||
| lib | ||
| proxies | ||
| test | ||
| .eslintrc.yml | ||
| .gitignore | ||
| .mocharc.yml | ||
| Makefile | ||
| README.md | ||
| Vagrantfile | ||
| compose.yml | ||
| envVagrant.sh | ||
| mochaSetup.mjs | ||
| package-lock.json | ||
| package.json | ||
| runner.mjs | ||
README.md
OliveTin-integration-tests
GitHub Actions (Ubuntu, Local Process)
mochais run with the default runner that starts and stops OliveTin as a local process (ie, localhost:1337).
Running different configurations (Local Process, VM, Container)
- Get the snapshot you want to test
make getsnapshot - To test against VMs:
--
export OLIVETIN_TEST_RUNNER=vm--vagrant up fedora38(or whatever distro you like defined inVagrantfile) --. envVagrant.sh fedora38to set the $IP and $PORT mocha