Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@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