Hi, Iām currently working on lesson 5.2.3 - āPreparing an Environment for Automationā of the intermediate certificate in test automation. I have created the docker-compose.yml file and have run the app as per instructions. Timesheet.db file is present both locally and in the docker, Iām able to add a new project via the front end and the changes appear to be retained. However, Iām struggling to open the timesheet.db file to review my changes as per step 4: " 1. Finally, we can open the local SQLite database in our project using a database manager (I like the SQLite extension for VSCode) and we can query the database to confirm that the local database has been updated." I tried using IntelliJ with the default DB browsing features as well as a plugin called SimpleSQLiteBrowser. In all cases, no tables are identified within the file so it seems like the issue might lie with the yaml file setup rather than the plugins?
I noticed that the contents of the yml file refer to c sharp version rather than the java Iām using in line image: āministryoftesting/support-app-c-sharp:latestā so I changed it to āsupport-app-javaā, also moved the line āappā to the right as it was aligned left and did not seem to use the correct yml format. Still, no luck.
Could anyone please advise what might be the issue here or what am I doing wrong?