...
/Challenge: Write a Test and Custom Command
Challenge: Write a Test and Custom Command
Can you write a custom command that will create a new post along with a test that leverages the new custom command?
We'll cover the following...
Problem statement
Write a custom command createPost
that allows you to create a new post and write a test that leverages both the existing signupV3
...