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
Some piece of code that can fetch the mismatch from the website and then make a decision over the test case that got failed to produce exact o/p.
Note:: If all tcs are not producing an equal amount of lines as their o/p it will be difficult to analyze which o/p belongs to which tc hence as of now one can write a code snippet just for the uniform case.
so it should be like this
python chk.py -nu nu flags define nonuniform tcs so in that case user has to check it from the website itself
else python chk.py for this command it should itself analyze the website and close the browser immediately and then build a text file in a testing directory with the name diff.txt showing the tcs that has differences, and then the text file should automatically open up for the user.
The text was updated successfully, but these errors were encountered:
Feature request:
Some piece of code that can fetch the mismatch from the website and then make a decision over the test case that got failed to produce exact o/p.
Note:: If all tcs are not producing an equal amount of lines as their o/p it will be difficult to analyze which o/p belongs to which tc hence as of now one can write a code snippet just for the uniform case.
so it should be like this
python chk.py -nu
nu flags define nonuniform tcs so in that case user has to check it from the website itselfelse
python chk.py
for this command it should itself analyze the website and close the browser immediately and then build a text file in a testing directory with the namediff.txt
showing the tcs that has differences, and then the text file should automatically open up for the user.The text was updated successfully, but these errors were encountered: