• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

158
Views
Is there any way to set Priority for any test case like we have in TestNG during execution in Cypress?

I have a suite name "Customer Profile" in the Customer.spec.js file, under that there are many 'it' blocks like below. here I want to run the 'Delete profile' Test case at the end of the suite as it is dependent on creating customers and sharing the same user_id to update and manage customers. #Note: I want this to be at the Test case level.

describe('Customer profile',function(){

it('Create Customer', function(){ });

it('Edit Customer Customer', function(){ });

it('Manage Customer', function(){ });

it('Delete Customer', function(){ });

})

about 3 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error