I want to run a certain function in cypress , even though they're all in the same file for example I have the below functions and want to run the create project one not all of them
or do they have to be in separate files
it('Create Project', ()=>{}
it('Create Customer', ()=>{}
it('Create Property', ()=>{}
it('Create Object', ()=>{}