Skip to content

feat: added importing test and fixture from testcafe #6338

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

Merged
merged 10 commits into from
Aug 21, 2021

Conversation

Aleksey28
Copy link
Collaborator

[closes #1735]

Purpose

Add possibility to avoid globals fixture and test by importing their from testcafe

Approach

  1. Add test for feature
  2. Add importable fixture and test

References

#1735

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

Sorry, something went wrong.

@Aleksey28 Aleksey28 temporarily deployed to CI June 25, 2021 08:58 Inactive
@Aleksey28 Aleksey28 marked this pull request as draft June 25, 2021 08:58
@Aleksey28 Aleksey28 temporarily deployed to CI June 30, 2021 13:20 Inactive
@Aleksey28 Aleksey28 temporarily deployed to CI July 1, 2021 10:08 Inactive
@Aleksey28 Aleksey28 temporarily deployed to CI July 1, 2021 14:17 Inactive
@Aleksey28 Aleksey28 temporarily deployed to CI July 1, 2021 14:56 Inactive
@Aleksey28 Aleksey28 requested a review from AndreyBelym July 6, 2021 09:33
@Aleksey28 Aleksey28 requested review from miherlosev and helen-dikareva and removed request for AndreyBelym July 12, 2021 11:48
@Aleksey28 Aleksey28 marked this pull request as ready for review July 12, 2021 11:51
@Aleksey28 Aleksey28 requested review from Farfurix and removed request for helen-dikareva July 13, 2021 11:47
@miherlosev
Copy link
Collaborator

Rebase please.

@Aleksey28 Aleksey28 temporarily deployed to CI August 20, 2021 09:08 Inactive
@miherlosev miherlosev merged commit 2e87bec into DevExpress:master Aug 21, 2021
@Aleksey28 Aleksey28 deleted the gh1735 branch December 2, 2021 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import { fixture, test } from 'testcafe'
3 participants