Conversation
ramya-rao-a
left a comment
There was a problem hiding this comment.
Apologies if this was already covered in the previous PR that had the browser tests, but why arent we using the rollup.test.config.js in build:test:browser ?
If we did that and uncommented the browser part in rollup.test.config.js file, I believe we dont need the new env variable BROWSER_TEST
Yes, that wouldn't work because the test.config directly instantiates nodeConfig(). We'll need to introduce a flag to differentiate from browser. |
sadasant
left a comment
There was a problem hiding this comment.
Looks good to me (but I haven't tried it)
So does the other config. Below is the contents of My concern here is 2 fold
If we update Side note: I know that BROWSER_TEST was not introduced in this PR. I am using the word "introduce" with reference to the browser tests |
Got it, yes updating the |
|
Closing this in favor of #3017 as enabling of scripts are being tested there. |
|
@ramya0820 I believe the changes in this PR are very much valid regardless of the latest type of CI failures. #3017 doesnt have any of the changes we discussed in this PR i.e removal of Please re-open this PR. |
Got it, this is pretty much refactoring of the rollup scripts and would belong to #2859 |

This PR addresses build failures for live-tests.
Closes #2163