I would like to check the CLI content as part of a new level test. For example, I would like to assert that the user input git log by checking the content in the console. I have looked for examples within the repo and have found none. Is it possible to interrogate the CLI output from Git as part of a level [win] ?
I would like to check the CLI content as part of a new level test. For example, I would like to assert that the user input
git log
by checking the content in the console. I have looked for examples within the repo and have found none. Is it possible to interrogate the CLI output from Git as part of a level [win] ?