olivetin/integration-tests
jamesread e7d4747727 chore: fix broken integration test after fieldsets changes 2025-11-10 20:52:49 +00:00
..
configs fix: Duplicate ACL rendering bug in UserControlPanel 2025-10-30 09:17:55 +00:00
lib fix: all broken integration tests 2025-10-11 00:45:41 +01:00
proxies doc: Improve HAProxy example 2025-11-06 23:44:00 +00:00
test chore: fix broken integration test after fieldsets changes 2025-11-10 20:52:49 +00:00
.eslintrc.yml Migrate integration-test infrastucture from Cypress to Selenium+Mocha (#170) 2023-10-09 21:44:29 +00:00
.gitignore Vagrant testing support 2021-11-17 13:29:10 +00:00
.mocharc.yml cicd: Improve tests (#205) 2023-12-28 22:04:47 +00:00
Makefile fix: increase integration test timeout 2025-10-11 00:56:56 +01:00
README.md cicd: wip 2024-02-09 23:47:27 +00:00
Vagrantfile cicd: Vagrant, need /opt/OliveTin-configs created 2024-02-25 23:04:31 +00:00
compose.yml Proxy integration tests (#228) 2024-02-09 16:12:25 +00:00
envVagrant.sh cicd: Improve tests (#205) 2023-12-28 22:04:47 +00:00
mochaSetup.mjs cicd: Improve tests (#205) 2023-12-28 22:04:47 +00:00
package-lock.json fix: all broken integration tests 2025-10-11 00:45:41 +01:00
package.json fix: all broken integration tests 2025-10-11 00:45:41 +01:00
runner.mjs refactor: Project directories (#541) 2025-03-22 01:06:59 +00:00

README.md

OliveTin-integration-tests

GitHub Actions (Ubuntu, Local Process)

  • mocha is 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 in Vagrantfile) -- . envVagrant.sh fedora38 to set the $IP and $PORT
  • mocha