Commit Graph

383 Commits (20db08a7e4d37fec2b5376ebf01951ff295f22ce)

Author SHA1 Message Date
cruizba e8fae9bf0f openvidu-test-e2e: Fix streamPropertyChangedEventTest race condition.
This supposedly fix a flaky test. If the event reaches before the viewport resolution is known, test would fail.
Now the viewport resolution is adquired in a new Thread and the resolution is not compared until the event
and viewport resolution are received
2022-06-02 15:12:04 +02:00
cruizba 206a44d881 openvidu-test-e2e: Ignore videoDimensions event in filter event test. 2022-06-02 00:48:12 +02:00
pabloFuente 8d3fe2b681 Trigger recordingStarted event for new connected participants 2022-05-27 11:13:59 +02:00
pabloFuente 5226b6d464 VB e2e test 2022-04-27 12:05:33 +02:00
pabloFuente ab8fdec4f4 Update REST API Pro e2e testing method 2022-03-24 23:15:56 +01:00
pabloFuente 701e35356b Update Copyright dates 2022-03-18 10:31:19 +01:00
pabloFuente b28bbc7c41 openvidu-test-e2e: fix restApiTest with alert text 2022-03-17 22:18:06 +01:00
pabloFuente c2873b5020 openvidu-test-e2e: extend createSession in openviduJavaClientTest 2022-03-11 14:06:42 +01:00
cruizba 285ff7b8f6 Fix wrong object in openvidu-java-client. Add e2e tests for customIceServers connection property in openvidu-java-client and openvidu-node-client 2022-02-16 17:36:41 +01:00
cruizba bfbca2862d openvidu-server, openvidu-test-app: Fix e2e tests with new customIceServers connection property 2022-02-14 15:53:28 +01:00
Juan Navarro 202e782c9d openvidu-server: disable Simulcast Publisher by default 2022-01-28 14:07:06 +01:00
Juan Navarro f05dc3db33 openvidu-server: rename Simulcast Publisher config
OPENVIDU_STREAMS_VIDEO_SIMULCAST --> OPENVIDU_WEBRTC_SIMULCAST
2022-01-28 14:06:36 +01:00
Juan Navarro bfa2ad8c65 openvidu-test-e2e: Support MEDIA_SERVER_PREFERRED and NONE as test codecs
Because this test is always run only for Kurento and Chrome, we know
what to select here in each case.
2022-01-20 12:00:01 +01:00
Juan Navarro 727a872d9f openvidu-test-e2e: Add new key 'forcedVideoCodecResolved' to API tests 2022-01-20 12:00:01 +01:00
pabloFuente 0b26735b7b openvidu-test-e2e: give more time to crossBrowserTest 2022-01-18 15:42:57 +01:00
pabloFuente 10e11072ab openvidu-test-e2e: fix number of JSON keys in restApiProTest 2022-01-13 14:02:23 +01:00
Juan Navarro 2d93abbd02 openvidu-test-e2e: fix wrong order of args in Assert.assertEquals 2021-12-29 13:31:38 +01:00
Juan Navarro 4c6e388cab openvidu-test-e2e: Allow optional webhook properties in test
Set `matchKeys` to `false`, because the webhook properties in the server
response are actually **optional**, so they cannot be enforced here.

When the server runs with OPENVIDU_WEBHOOK=false, then none of
OPENVIDU_WEBHOOK_ENDPOINT, OPENVIDU_WEBHOOK_HEADERS, or
OPENVIDU_WEBHOOK_EVENTS will exist on the actual JSON.
2021-12-27 11:24:41 +01:00
pabloFuente e6a495f2a4 openvidu-test-e2e: fix tests after recording name refactoring 2021-12-02 12:04:35 +01:00
pabloFuente 7d8221de73 openvidu-server: change recording number delimiter from - to ~ 2021-12-01 17:58:28 +01:00
pabloFuente 03b57c00cf openvidu-test-e2e: more flexible composedQuickStartRecordTest 2021-11-15 14:29:17 +01:00
pabloFuente 13317a888d openvidu-test-e2e: reset event thread on alert opened 2021-11-15 12:20:57 +01:00
pabloFuente 22c7e08448 openvidu-test-e2e: keep increasing webhook event timeout 2021-11-13 22:40:47 +01:00
pabloFuente 23cccce323 openvidu-test-e2e: give more time to Webhook events on ip camera test 2021-11-13 17:51:02 +01:00
pabloFuente 5cfdd5d039 openvidu-test-e2e: more time for events in wehookTest 2021-11-13 01:18:40 +01:00
pabloFuente c9aed9da7b openvidu-server: revert commit reversion, without polling thread bug 2021-11-12 18:35:58 +01:00
pabloFuente c6687efe0e Revert "openvidu-test-e2e: fix restApiProTest"
This reverts commit 10ad16464c.
2021-11-12 18:09:52 +01:00
pabloFuente a281c5b2f9 openvidu-test-e2e: wait for containers to be removed at @AfterEach 2021-11-12 15:35:29 +01:00
pabloFuente 73df3cc969 openvidu-test-e2e: refactor testcontainers 2021-11-12 13:41:18 +01:00
pabloFuente 10ad16464c openvidu-test-e2e: fix restApiProTest 2021-11-11 18:50:32 +01:00
pabloFuente fe0869e9fe openvidu-test-browsers: move waitWithNewTime from OpenViduTestappUser to BrowserUser 2021-11-10 15:24:30 +01:00
pabloFuente e5f87f58e8 openvidu-test-e2e: fix restApiFetchForce 2021-11-10 15:01:43 +01:00
pabloFuente 166ab0ba83 openvidu-test-e2e and openvidu-testapp: fix openviduSdkFetchTest 2021-11-10 13:24:46 +01:00
pabloFuente 09b3bbda62 openvidu-test-e2e: OpenViduTestappUser refactoring 2021-11-10 11:20:13 +01:00
pabloFuente 930676dc88 openvidu-test-e2e: setupBrowserAndConnectToOpenViduTestapp 2021-11-10 10:10:18 +01:00
pabloFuente fd7412462d openvidu-test-e2e: move exportable classes to src/main/java from src/test/java 2021-11-09 18:44:23 +01:00
pabloFuente d380d0359e openvidu-test-e2e: disable broken Chrome Android test 2021-11-08 12:36:15 +01:00
pabloFuente 319a5a1e59 openvidu-test-e2e: give android container 4GB shm-size 2021-11-08 11:38:04 +01:00
pabloFuente 6ac5d98211 openvidu-test-e2e: increment container start timeout for Android container 2021-11-08 10:44:47 +01:00
pabloFuente fd287c7d2c openvidu-test-e2e: update custom external layout from port 5555 to 4114 2021-11-08 10:03:08 +01:00
pabloFuente da39561ca3 Rollback to selenium 3. Android Chrome test 2021-11-08 00:41:04 +01:00
pabloFuente de46b5ce4d openvidu-test-e2e: provide browser versions as env variables 2021-11-04 15:10:28 +01:00
pabloFuente 61bd4cf2fc openvidu-test-e2e: remove webdriver setup for testcontainers (they already include it!) 2021-11-04 15:02:51 +01:00
pabloFuente 47792608ce openvidu-test-e2e: protect dispose method @AfterEach from possible NullPointer 2021-11-04 14:10:32 +01:00
pabloFuente dcdcbd1055 openvidu-test-e2e: testcontainers + edge test 2021-11-04 13:17:58 +01:00
pabloFuente e4d0123682 openvidu-test-e2e: fix openViduJavaClientTestIpCamAndTranscoding 2021-11-03 11:09:53 +01:00
pabloFuente 788eb61ef9 openvidu-test-only: divide tests to reduce @OnlyKurento even more 2021-11-03 01:30:49 +01:00
pabloFuente 83a71e41ab Jenkinsfile: do not remove stranded containers at finally 2021-10-31 15:36:00 +01:00
pabloFuente 1516fa7387 openvidu-test-e2e: extend webrtcConnectionCreated webhook time 2021-10-30 20:13:05 +02:00
pabloFuente 9b599ebb6a openvidu-test-e2e: mediaServerReconnect tests 2021-10-30 19:28:30 +02:00
pabloFuente 82115a7ce8 Jenkisnfile: avoid repeating mvn test on openvidu-server build command 2021-10-30 14:33:35 +02:00
pabloFuente 0b8df4c4dd openvidu-test-e2e: split tests to extend mediasoup coverage 2021-10-29 19:57:23 +02:00
pabloFuente ff50fa45f0 Use kurento docker image with tests. Infinite media server reconnection on CE 2021-10-29 13:38:20 +02:00
cruizba c2ec01d38c openvidu-server-e2e: E2E Test for mediasoup 2021-10-21 14:35:11 +02:00
pabloFuente e785519b33 openvidu-test-e2e: individual dynamic recording test allows other recording extensions 2021-10-19 16:53:58 +02:00
cruizba 76f4a5e0b0 Fix some tests not working with selenium 4
- For some reason, a chrome browser opened with docker-selenium 4 returns calling window.height 1 px more... No issue found anywhere on any repositories from chrome, selenium or chromedriver. It could be a regression in chromedrive, because chrome returns this value correctly. It does not affect to OpenVidu because value "window.height" and "window.width" are used to check if stream video dimensions are correctly updated.
- Reorganized tests of force codec.
2021-10-18 02:42:13 +02:00
pabloFuente 60ec0b4020 openvidu-test-e2e: add OPENVIDU_EDITION to REST API Pro test 2021-10-06 15:52:53 +02:00
pabloFuente 813d21938a openvidu-test-e2e: fix Rest API pro tests 2021-08-13 12:04:24 +02:00
pabloFuente 4d3602dc30 Fix e2e tests 2021-08-11 02:20:53 +02:00
pabloFuente 0b7c993551 Fix e2e tests with new Connection#ip property 2021-08-10 19:27:17 +02:00
pabloFuente 7d17c05409 openvidu-server: add property ip to Connection entity 2021-08-10 17:54:00 +02:00
pabloFuente 9fff788546 openvidu-test-e2e: OpenViduEventManager#stopVideoTracksOfVideoElement 2021-05-26 17:35:44 +02:00
pabloFuente f671c9cb65 openvidu-test-e2e: ExceptionEvent test 2021-05-26 17:33:20 +02:00
pabloFuente 390aca598b Fix tests after RecordingProperties#ignoreFailedStreams 2021-05-11 14:15:02 +02:00
pabloFuente c32548b8a2 openvidu-test-e2e: rollback DEFAULT_JSON_SESSION 2021-05-11 14:00:04 +02:00
pabloFuente f1da724533 New RecordingProperty ignoreFailedStreams 2021-05-11 12:28:41 +02:00
pabloFuente c2c3c1d193 openvidu-test-e2e: test new RecordingProperties 2021-04-13 14:02:51 +02:00
pabloFuente 1b23996479 openvidu-test-e2e: updated to new openvidu-testapp 2021-04-13 13:22:16 +02:00
pabloFuente e325f9956d openvidu-test-e2e: fix openviduJavaClientTest 2021-04-09 17:37:24 +02:00
pabloFuente 51a7c56fb5 openvidu-test-e2e: update DEFAULT_JSON_SESSION 2021-04-06 19:26:56 +02:00
pabloFuente 5af01fec24 openvidu-test-e2e: fix RecordingProperties tests 2021-04-06 18:57:07 +02:00
pabloFuente 8f9ad60d2b openvidu-test-e2e: fix openviduJavaClientTest 2021-04-05 20:58:42 +02:00
pabloFuente 8cbaedb403 openvidu-test-e2e: updated to new RecordingProperties 2021-04-05 20:57:23 +02:00
pabloFuente eb914b5418 openvidu-test-e2e: fix streamPropertyChangedEvent test 2021-03-25 12:18:57 +01:00
pabloFuente bd83a1993b openvidu-test-e2e: extended streamPropertyChangedEventTest 2021-03-24 12:20:40 +01:00
pabloFuente 3c06fcb305 openvidu-test-e2e: fixed tests after uniqueSessionId property addition 2021-03-01 18:30:58 +01:00
pabloFuente 1c63047a69 openvidu-test-e2e: update REST API Pro test 2021-02-10 15:09:38 +01:00
cruizba 9355248439 Revert OPENVIDU_PRO_STATS_MONITORING_INTERVAL parameter 2021-02-08 14:12:07 +01:00
cruizba c20e576f8e openvidu-pro: Update e2e test to remove OPENVIDU_PRO__STATS_MONITORING_INTERVAL 2021-02-05 00:31:14 +01:00
pabloFuente 60bd68870e openvidu-test-e2e: update Pro TestApp test with new mediaNodeId Session property 2021-02-02 19:44:49 +01:00
pabloFuente 5d21baff89 openvidu-test-e2e: another fix to webhook test 2021-02-02 17:10:20 +01:00
pabloFuente 6800e761a2 openvidu-test-e2e: fix webhook test 2021-02-02 16:28:45 +01:00
pabloFuente b60466f8ee openvidu-server: "participantId" to "connectionId" 2021-02-02 11:32:24 +01:00
pabloFuente c98276a196 openvidu-test-e2e: disable Kurento reconnect test 2020-12-22 19:24:31 +01:00
pabloFuente 5733c515e9 openvidu-test-e2e: fix import 2020-12-02 19:35:55 +01:00
pabloFuente eaa1361d04 openvidu-test-e2e: refactor recording utilities to openvidu-test-browsers 2020-12-02 18:43:43 +01:00
pabloFuente ddac961c98 openvidu-test-e2e: fix pro test 2020-11-26 15:45:02 +01:00
cruizba 3696c49a9b openvidu-deployment: Disable coturn logs by default 2020-11-25 19:43:33 +01:00
cruizba 074b14d44b openvidu-server: Rename transcoding properties to OPENVIDU_STREAMS_FORCED_VIDEO_CODEC and OPENVIDU_STREAMS_ALLOW_TRANSCODING 2020-11-25 15:09:08 +01:00
cruizba 3b8d025f13 openvidu-server-e2e: change wrong test comment description 2020-11-20 00:01:33 +01:00
cruizba c2b0f95c2a openvidu-server-e2e: Add tests for transcoding parameters for java-client, node-client and API Rest 2020-11-19 23:58:26 +01:00
cruizba 5f52d6d3f9 openvidu-test-e2e: Move test for defaults forceCodec and allowTranscoding values 2020-11-19 18:21:46 +01:00
pabloFuente f2a0535378 openvidu-test-e2e: extend Pro tests with server data property 2020-11-19 18:17:01 +01:00
pabloFuente e6fc952fb1 openvidu-test-e2e: removed unnecessary import 2020-11-19 17:27:31 +01:00
cruizba 7a25233b8b Force codec parameters to avoid transcoding 2020-11-19 17:06:50 +01:00
pabloFuente f09b5c97f3 openvidu-test-e2e: fix imports 2020-11-19 15:01:01 +01:00
pabloFuente cfc704c665 Fix tests 2020-11-19 14:44:52 +01:00
pabloFuente e8dd9bd8f4 openvidu-server: signalSent event 2020-11-15 01:15:52 +01:00
Pablo Fuente Pérez 5c8779b1ff
Delete OpenViduTestAppE2eAndroidTest.java 2020-11-14 22:56:31 +01:00
pabloFuente 1c21a154cd openvidu-test-e2e: add opera test and refactor Jenkinsfile 2020-11-14 22:42:59 +01:00