RomanYarik
RomanYarik
* making sure communication is disposed on close * changing server communication to be per socket * on server, runEngineApp will start upon socket connection
Currently if I have a monorepo, in which there are multiple features declaring the same environment (name + type), their setup calls end environment declarations get mixed up in the...
Currently we resolve requests to map requests to feature files to a global variable. We don't need this mechanism, since we already found all these paths when analyzing features.
Currently the error handling in the engine, and how it is being projected to the user, doesn't help the users understand what is wrong/missing/more, and it causes frustration when using...
the entire code of generating a web entrypoint (`create-entrypoint.ts` in `engine-scripts`) is a combination of template strings. This makes this peace of code to be very prone to errors and...
Currently the test for 'reloaded-iframe' example is flaky on windows. If adding "sleep(100)" before the button click on the test, it passes. Need to understand what to "waitFor" in the...
After a discussion made with @nadavwix and @barak007 we need the environments variables infrastructure as a part of the feature declaration. A new Entity will be defined: `EnvironmentVariable`. It will...
We need to write a proper serializer and deserializer for the manifest parsing rather then using the toJSON proprerty