You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now supposed to edit each test by adding a unique identifier, which is different for each test.
This is a bit cumbersome requirement which I believe could be fixed with some automation.
I suppose the reporter (I'm using Jest) would not be able to automatically edit the file, but maybe a different tool could be written so it can do that when running the tests.
Something similar to what happens when a snapshot fails to test and an option to update them is provided, but this one would update the test themselves.
In any case, in the current state which requires manual edit, I doubt I would ever dare to ask the developers to add these unique IDs in all existing tests or every time a new test is imported :)
Thanks.
The text was updated successfully, but these errors were encountered:
At the moment, looking at the imported tests, I see we could improve some descriptions and names, so I was tempted to change them from the web interface until I saw that warning.
But indeed, if I can change them from the web interface I can as well add the missing IDs in the code :)
I've testing Testomat with a suite of 250+ tests.
I'm now supposed to edit each test by adding a unique identifier, which is different for each test.
This is a bit cumbersome requirement which I believe could be fixed with some automation.
I suppose the reporter (I'm using Jest) would not be able to automatically edit the file, but maybe a different tool could be written so it can do that when running the tests.
Something similar to what happens when a snapshot fails to test and an option to update them is provided, but this one would update the test themselves.
In any case, in the current state which requires manual edit, I doubt I would ever dare to ask the developers to add these unique IDs in all existing tests or every time a new test is imported :)
Thanks.
The text was updated successfully, but these errors were encountered: