E2e folder not auto generated

Hi, when I create my new project, the folder e2e does not appear, I felt that this is affecting my codes. Is there a way for me to get e2e folder to be auto generated ?
image

Following Angular’s CLI, we do not generate an e2e test by default any more as there are multiple e2e options that exist. Take a look at this angular blog about the change.