You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case in selenium in which the priority of test functions are important. I'm using LiveServerTestCase in flask for tests. In Java, there is a decorator @test(priority=0) for defining test priorities. My question is what is the equivalent in Flask?
Below is the link of the similar question asked in StackOverflow: https://stackoverflow.com/questions/54551456/selenium-test-priority-in-flask
The text was updated successfully, but these errors were encountered:
I have a use case in selenium in which the priority of test functions are important. I'm using LiveServerTestCase in flask for tests. In Java, there is a decorator @test(priority=0) for defining test priorities. My question is what is the equivalent in Flask?
Below is the link of the similar question asked in StackOverflow:
https://stackoverflow.com/questions/54551456/selenium-test-priority-in-flask
The text was updated successfully, but these errors were encountered: