This repository runs a full E2E test using the 3 Gaze libraries (GazeHub-src, GazePublisher and GazeClient)
- Clone GazeHub-src, GazePublisher and GazeClient.
- Copy the
.env.example
file to.env
. - Modify the paths in the
.env
file to point to the right repository.
# run the tests using a specific PHP version
PHP_VER="7.3" npm run test
# run the tests using PHP 7.3, 7.4 and 8.0
./e2etest.sh