Johannes Doberer
Johannes Doberer
https://github.com/SAP/luigi/issues/2587
Follow up of #2176
message obj for init and specialIframes in App.html and context update in iframe.js could be in one function.. it's the same code -> Update: We don't win anything....discussed with Philipp
we have two functions *replaceVars* in genericHelpers and iframeHelpers.. maybe they do the same https://github.com/SAP/luigi/pull/2295
Hello Jennifer, created an [issue](https://github.com/SAP/luigi/issues/2773) for that. Best regards, Johannes
Add it to the luigi examples and link it in the FAQ section with a nice description.
This issue is moved to block until we have more time to validate the concept.
https://wiki.wdf.sap.corp/wiki/pages/viewpage.action?pageId=2104434679 Search can be configurable like display or not.
Hello ReflectionGolden, I'm not quite sure if I understand your issue. You have a react app (probably created from our [instructions](https://docs.luigi-project.io/docs/application-setup?section=application-setup-for-react) ?) and renamed the sampleapp with all the references....
General docu https://docs.cypress.io/guides/tooling/code-coverage#Introduction -> https://docs.cypress.io/guides/tooling/code-coverage#Instrumenting-code -> https://github.com/istanbuljs/nyc/blob/master/docs/instrument.md Instrumenting code is only possible inside `/test/e2e-test-application` and not outside of the root of e2e... It looks like we cannot test the coverage...