jamesread fe8ecf49eb Merge branch 'next' of github.com:OliveTin/OliveTin into next 8 months ago
..
lib b330fbd1a5 fix: all broken integration tests 10 months ago
proxies 58593c6f04 doc: Improve HAProxy example 9 months ago
tests fe8ecf49eb Merge branch 'next' of github.com:OliveTin/OliveTin into next 8 months ago
.eslintrc.yml 2ada67be04 Migrate integration-test infrastucture from Cypress to Selenium+Mocha (#170) 2 years ago
.gitignore 8e3112ee16 Vagrant testing support 4 years ago
.mocharc.yml 458f50a6ae chore: colocate tests 9 months ago
Makefile 458f50a6ae chore: colocate tests 9 months ago
README.md c082a5438a cicd: wip 2 years ago
Vagrantfile 458f50a6ae chore: colocate tests 9 months ago
compose.yml 917a0469d8 Proxy integration tests (#228) 2 years ago
envVagrant.sh 4ce5b0e645 cicd: Improve tests (#205) 2 years ago
mochaSetup.mjs 4ce5b0e645 cicd: Improve tests (#205) 2 years ago
package-lock.json a163347992 feat: Sidebar now closes when clicking outside of it (#714) 8 months ago
package.json 5bf2d6935b chore: dep update 9 months ago
runner.mjs 458f50a6ae chore: colocate tests 9 months ago

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