-
Notifications
You must be signed in to change notification settings - Fork 676
before & after hooks for a fixture #903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I was hoping to implement this feature in current sprint, however once I've got my hands on it, it appeared that it's not as simple as it seems. Most problems are related to consistency with
\cc @DevExpress/testcafe @vladimirutenkov |
|
@helen-dikareva If we have a test that run in 3 browsers, |
ok, I see |
The |
@kirovboris How about |
From these two options ( |
Indeed, it has nothing to do with browsers, so it will be correct association |
TODO
|
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…) (DevExpress#1214) * Implement fixture.before and fixture.after hooks (closes DevExpress#903) * Fix functional test * Make linter happy * Try fix tests * Try fix tests
Are you requesting a feature or reporting a bug?
Requesting a feature.
What is the current behavior?
There is no ability to run some setup/tear down code before/after all tests in a fixture.
What is the expected behavior?
To have such the ability.
Provide the test code and the tested page URL (if applicable)
Test code
The text was updated successfully, but these errors were encountered: