Raathi Kugarajan

Results 106 comments of Raathi Kugarajan

I checked out the repo and it looks like when I provide the `--app` flag, I see the error but without the `--app` flag, it works. Are you seeing the...

That doesn't add up. I'll have a look at it.

It's a very handy feature to have. We could maintain a separate client-side state to keep track of the expanded state based on the name of the block (describe/test/it). Do...

That's awesome. Let me know if I run into any issues so I could help.

The ID is generated [every time the file is parsed](https://github.com/Raathigesh/majestic/blob/master/server/services/ast/inspector.ts#L86). And the file is parsed everytime you switch to that file in the UI.

I wonder whether we could maintain the collapsed state by creating a `clientID` in the frontend which is essentially the title of the test concatenated with its parent block title....

Thanks for doing this. I will go through the PR by this week and get back to you.

Sorry, @gregveres I never got back to your regarding that collapsible PR. I've been not very active on any of my OSS projects recently but I'll get back to it...

it looks like the failing test is not even displayed in the UI. Probably the parser is failing to parse it properly. Does the test has any syntactical difference to...

@gregveres Thank you for digging through the details to find the root cause. Appreciate it. I think [the parser we use to extract the test names from a test file...