You can create a todo list within your tests like this:

describe("my test suite", () => {
	test.todo("My test that I need to write");
});

Example of how that looks in output: