Ad
  • Custom User Avatar

    if you are using js or ts java and want to debug your failed test you can add a console.log() or for java System.out.println(); statement and it will print the logs when you run attempt. Note: without adding a conditional you will get all the logs for the each test. Therefore, if you want to debug for a particular year I would recommend adding an if condition to print only the logs for year in question.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution