Skip to content
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

Extract logic to build the tests #6408

Merged
merged 24 commits into from
Sep 11, 2024
Merged

Extract logic to build the tests #6408

merged 24 commits into from
Sep 11, 2024

Conversation

Latropos
Copy link
Contributor

@Latropos Latropos commented Aug 12, 2024

Summary

The logic to build the tests include:

  • Nesting the suites with describe
  • Applying test decorators, like SKIP and ONLY
  • Applying markdown to personalise names of test series:
test.each(['apple', 'orange'])
   ('Test that ${0} is a fruit', () => {})`

Test plan

@Latropos Latropos changed the title First commit WIP Aug 12, 2024
@Latropos Latropos changed the base branch from main to extract-logic-from-test-runner August 12, 2024 13:18
@Latropos Latropos changed the title WIP Ban some test util functions to be run only before test run Aug 12, 2024
@Latropos Latropos marked this pull request as ready for review August 13, 2024 08:24
Base automatically changed from extract-logic-from-test-runner to main August 26, 2024 08:18
@Latropos Latropos marked this pull request as draft August 27, 2024 11:21
@Latropos Latropos changed the title Ban some test util functions to be run only before test run Extract logic to build the tests Aug 27, 2024
@Latropos Latropos marked this pull request as ready for review August 27, 2024 14:34
@Latropos Latropos requested a review from piaskowyk August 27, 2024 14:34
@Latropos Latropos added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit c129644 Sep 11, 2024
7 checks passed
@Latropos Latropos deleted the acynk/extract-suite-manager branch September 11, 2024 08:47
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.

2 participants