https://cypress.io logo
Is there a way to run something in a `spec` file i...
# e2e-testing
l
Is there a way to run something in a
spec
file in parallel? For instance, I need to simulate a new user creating a new document with some text in it. But I want to test after 50 documents have been made. I do not want to sit around waiting for 50 docs to be created. Is there a way to create all 50 docs in parallel?