Add playwright test 50/143550/4
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 9 Mar 2026 11:23:16 +0000 (12:23 +0100)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Wed, 11 Mar 2026 10:08:16 +0000 (10:08 +0000)
commit68a85a27ec0b6eeaa4a818dee0a339319b062aa5
treeb77557e6bfb66ed4231886c84aa610854c4bb452
parent44f41b4e5406c978214a6f6a743020983d9ea301
Add playwright test

- add everything that is required to run playwright
  against the same stack that is used in the
  pipeline for the existing ui tests
- make some instable ui tests more reliable

Issue-ID: SDC-4800
Change-Id: I938ada1aa98aa961e60e24f6128d7164023a1c9f
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
.gitignore
asdctool/sdc-cassandra-init/version.sh [new file with mode: 0644]
integration-tests/playwright-tests/README.md [new file with mode: 0644]
integration-tests/playwright-tests/package-lock.json [new file with mode: 0644]
integration-tests/playwright-tests/package.json [new file with mode: 0644]
integration-tests/playwright-tests/playwright.config.ts [new file with mode: 0644]
integration-tests/playwright-tests/tests/sdc-sanity.spec.ts [new file with mode: 0644]
integration-tests/pom.xml
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/component/workspace/CompositionCanvasComponent.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/utilities/NotificationComponent.java
pom.xml