Hi, I'm new to cypress (coming from webdriver.io b...
# best-practices
h
Hi, I'm new to cypress (coming from webdriver.io background) and I want to add cypress to a frontend project my team is working on, so my question: where should I add cypress? From the docs it seems I should add it to the root, but I'm used to adding my whole test related things (even the packages) inside the test directory, can I do that or will it miss up things? Thanks in advance.