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 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.
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 -nunu flags define nonuniform tcs so in that case user has to check it from the website itselfelse
python chk.pyfor 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.txtshowing the tcs that has differences, and then the text file should automatically open up for the user.