Commit Graph
1558 Commits
Author SHA1 Message Date
Axel Uhl f6a3bd16b0 bug6097: in SecurityApi wait sufficiently between user creations 2025-03-19 21:15:30 +01:00
Axel Uhl 3bda9126d0 bug6101: improved syntax of local-test-environment.xml;
makes Selenium drivers easier to switch
2025-03-14 20:49:34 +01:00
Axel Uhl 9791a8a6c4 bug6102: enforce UTF-8 to have venue characters represented properly in test 2025-03-14 17:05:05 +01:00
Axel Uhl e0b1f6c3aa bug6102: added locking for mark[Id]Cache 2025-03-14 14:43:06 +01:00
Axel Uhl ac303885c9 bug6095: use UUID String representation in MongoDB, first working admin console version for AI support 2025-02-28 17:26:06 +01:00
Axel Uhl fa21ce15b5 bug6095: auto-start for aiagent.persistence will will pull up aiagent lazily 2025-02-28 11:20:03 +01:00
Axel Uhl c19fc18ee3 bug6095: implemented a small REST API for the aiagent bundle 2025-02-25 15:40:20 +01:00
Axel Uhl 5e4ddbb136 bug6095: fixed launch config/auto-start for aiagent bundle 2025-02-25 14:50:33 +01:00
Axel Uhl 04c96c8f0d bug6096: updated all launch configurations and selenium pom.xml for new bundle 2025-02-20 17:49:51 +01:00
Axel Uhl 87df39491e allow a few seconds in SimulatorOverlayTest for PolarDataService to process imported wind 2025-02-07 16:08:06 +01:00
Axel Uhl af43f487cb bug6076: added vakarosadapter bundle to all launch configurations 2025-02-03 15:54:11 +01:00
Axel Uhl 9a916d5927 bug6086: don't even try to create a live Igtimi connection for an empty set of devices 2025-01-20 18:19:30 +01:00
Axel Uhl 719ec9f845 bug6059: fix construction of tmp file path 2025-01-08 22:31:31 +01:00
Axel Uhl 42094f3f12 bug6059: write file for upload not to /tmp; the Chromium sandbox cannot access /tmp 2025-01-08 22:25:41 +01:00
Axel Uhl deca4abfd5 bug6059: added RESTART Igtimi command with action icon 2025-01-08 18:50:11 +01:00
Axel Uhl 11af72020b bug6059: fixed passing on Subject/credentials to IgtimiWindTracker thread 2025-01-08 17:20:34 +01:00
Axel Uhl af6925f5ab bug6059: fixed encoding of wind import servlet results 2025-01-08 16:24:04 +01:00
Axel Uhl b760a6ad2f Merge branch 'bug6082' into bug6059 2025-01-08 15:13:08 +01:00
Axel Uhl 1f20874244 fixing the failing tests by using https://event.tractrac.com consistently 2025-01-08 15:08:02 +01:00
Axel Uhl 6d568f4f77 bug6059: added wind data as resource for simulation overlay test; now we need an importer for wind in GPX format... 2025-01-08 01:39:57 +01:00
Axel Uhl 98263c0ccf bug6059: updated comment in SimulatorOverlayTest 2025-01-08 01:05:25 +01:00
Axel Uhl b5b0a62c79 bug6059: wait for test messages to be processed by test RiotServer 2025-01-07 23:55:06 +01:00
Axel Uhl 2ff915c034 bug6059: removed Igtimi "Resource" concept; all we need is their *data*;
made Selenium API tests work
2025-01-07 23:46:33 +01:00
Axel Uhl 65167ae2f9 bug6059: created protobuf test data and initialize a Riot server with it in Selenium Igtimi tests 2025-01-07 18:48:40 +01:00
Axel Uhl 2565f8f4ef bug6059: moved Igtimi tests requiring a running Riot server to com.sap.sailing.selenium.test 2025-01-02 00:30:49 +01:00
Axel Uhl 1bf44ebe67 bug6059: started work on GWT UI for AdminConsole support 2024-12-24 17:09:33 +01:00
Axel Uhl 037931a91d bug6059: started to migrate GWT UIi from "Account" to "Device" 2024-12-24 00:13:05 +01:00
Axel Uhl 3395a429fc bug6059: started a draft implementation of a /resources resource 2024-12-10 18:12:01 +01:00
Axel Uhl 515e5b346e bug6057: visitor pattern for Message; auto-start queclinkadapter on level 5 2024-09-17 13:24:06 +02:00
Axel Uhl 8f1500b065 bug5774: fixed more places where now disabled premium settings were checked 2024-05-06 10:59:47 +02:00
Axel Uhl 3ee49c6161 bug5774: trying to fix test case SettingsTest after 0e5f582ff5 removed default settings 2024-05-06 10:51:02 +02:00
Udo Wessels d264cddff8 bug5905: revert wait in findElementBySeleniumId because there are reproducible test failures e.g. not finding a button in TestNegativeAcls. 2023-11-24 15:43:27 +01:00
Udo Wessels eabee904a7 bug5905: cleanup 2023-11-24 12:51:44 +01:00
Udo Wessels ebfcba1fdc bug5905: enabled and fixed finally last part of Race Manager App QR code test, after production environment was updated to new QR code handling
- cleaned up code
- did some more stabilization by changing the central PageObject.findElementBySeleniumId to a Selenium wait.
2023-11-24 12:46:58 +01:00
Udo Wessels 0295859982 bug5905: removed unstable check in pressOk logic. 2023-11-20 13:34:11 +01:00
Udo Wessels d459366075 bug5905: completed test of device registration.
- added a general test if check url of productive server is available and only execute test if server is reachable, because all tests are depending on this resource.
- one test is still not working completely until productive system is updated to handle qr-code generation requests for Race Manager App. This code is deactivated.
2023-11-20 12:20:54 +01:00
Udo Wessels 10de53c4f9 bug5905: Tests still have not been completed. Stabilized the tests. Tested already with new Race Manager App redirect in branch.io but until it is not live we need to leave last part of testRaceManagerAppInvitationLink uncommented.
- added some translations to exchange hard coded text.
2023-11-17 17:29:07 +01:00
Udo Wessels 8e94d076b0 bug5905: next test of creating QR-Code for device registration. Not completed yet. 2023-11-06 17:57:43 +01:00
Wessels, Udo (PPN) 3e9b98fe5a bug5905: Added next test of checking Race Manager App QR-Code generation. 2023-10-30 15:34:45 +01:00
Wessels, Udo (PPN) 859ccc0436 bug5905: added some comments for test documentation. 2023-10-30 09:05:12 +01:00
Wessels, Udo (PPN) 591cc38d98 bug5905: fixed and extended first QR-Code test. Now the redirect of the public invitation is checked until new QR-Code page on Home.html. 2023-10-27 16:17:11 +02:00
Wessels, Udo (PPN) 3636d0c321 bug5905: fixed an obvious bug in selenium tests and moved link creation test to it's own test class because the origin location was not fitting to the test context. 2023-10-27 09:53:33 +02:00
Wessels, Udo (PPN) 6909dbd033 bug5905: Added a first test to create a public invitation link. This can be used later also to check branch.io forwarding to QR-Code page. 2023-10-23 17:43:28 +02:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Axel Uhl 8991742298 bug5828: added methods for role management to SecurityResource / SecuredServer facade 2023-05-10 14:28:29 +02:00
Axel Uhl f72566bc95 bug5828: implemented get/set ACL service and wrapper including test 2023-05-09 10:47:51 +02:00
Axel Uhl f575703ad2 bug5715: fixed test class names to ensure JUnit picks them up 2023-04-06 23:04:13 +02:00
Axel Uhl b7c2750f71 bug5821: added new bundle com.sap.sse.security.datamining 2023-02-21 14:08:10 +01:00
Udo Wessels 47dbeea141 bug5127: finalized the new media selenium tests. Now the URL field is tested on admin console and home view, but only the url input, not the file upload itself. But this include the important youtube and vimeo video insertion. 2023-02-06 20:30:57 +01:00
Udo Wessels 77de923423 bug5127: correct not wanted commit 2023-02-03 19:33:36 +01:00