jamesread 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) 10 hónapja
..
configs 54447774d1 fix: #616 - JSON parsing of ints to float64 (#617) 1 éve
lib 54447774d1 fix: #616 - JSON parsing of ints to float64 (#617) 1 éve
proxies 7dce77adcf cicd: These are just testing certs, but they do not need to be in git 2 éve
screenshots 7d020873d6 fix: #672 Empty execution tracking ID in InternalLogEntry (backport to release/2k) 10 hónapja
test 54447774d1 fix: #616 - JSON parsing of ints to float64 (#617) 1 éve
.eslintrc.yml 2ada67be04 Migrate integration-test infrastucture from Cypress to Selenium+Mocha (#170) 2 éve
.gitignore 8e3112ee16 Vagrant testing support 4 éve
.mocharc.yml 4ce5b0e645 cicd: Improve tests (#205) 2 éve
Makefile ffcd19e748 bugfix: use cross-platform module filepath to set usedConfigDir (#369) 2 éve
README.md c082a5438a cicd: wip 2 éve
Vagrantfile ea663f8286 cicd: Vagrant, need /opt/OliveTin-configs created 2 éve
compose.yml 917a0469d8 Proxy integration tests (#228) 2 éve
envVagrant.sh 4ce5b0e645 cicd: Improve tests (#205) 2 éve
mochaSetup.mjs 4ce5b0e645 cicd: Improve tests (#205) 2 éve
package-lock.json d4fe9eaa79 build(deps): bump form-data from 4.0.0 to 4.0.4 in /integration-tests (#626) 1 éve
package.json 270f20ec75 refactor: Moved proto files into own folder (#537) 1 éve
runner.mjs ff31abe66c refactor: Project directories (#541) 1 éve

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