Raathi Kugarajan

Results 105 comments of Raathi Kugarajan

if you have the HTML string, you could console.log() it and majestic would show you the string in the UI.

You could run majestic in the `tests` folder directly so it will pick that as the root directory

It should be a small change. We could also save the preference in local storage so you could set once and majestic would remember it.

We should add this as a feature. Currently, there is no way to update all snapshots. Thank you!

Thank you for taking this up. If we show a confirmation dialog, then I'm comfortable having it next to the 'Run All' button with a descriptive tooltip like "Updates all...

Thank you for proving the sample repo. I'll have a look.

The syntax is highlighted by default by passing[ --colors ](https://jestjs.io/docs/en/cli#colors) flag to Jest and then converting the output through https://www.npmjs.com/package/ansi-to-html but I have seen some instances where they are not...

At least we could highlight based on the `+` and `-`.

I guess sometimes Jest doesn't send colors properly, unfortunately.

@etiennejcharles We could replicate by stopping majestic by pressing `Ctrl + C` in terminal. After stopping majestic, UI is still open in the browser so when the http calls fail,...