Conversation
DavertMik
pushed a commit
that referenced
this pull request
Nov 4, 2024
* ˛fix: remove mock server helper * ˛fix: remove mock server helper * fix: remov pactum lib
Merged
DavertMik
added a commit
that referenced
this pull request
Dec 31, 2024
* refactored JSONResponse to not use chai * removed chai dependencies * removed soft expect helper * removed dep on chai in JSONResponse * updated graphql server * Delete .github/workflows/expectHelper.yml * Delete .github/workflows/softExpectHelper.yml * Update package.json * removed helper tests * fix: remove mock server helper (#4536) * ˛fix: remove mock server helper * ˛fix: remove mock server helper * fix: remov pactum lib * removed mock server test * changed the way expect helper is loaded * loading expect helper form package * loading expect helper form package * updated expect version * updated dockerfile to use latest playwright, removed npm i --force * improved loading esm/cjs style modules * improved loading esm/cjs style modules * improved loading esm/cjs style modules * improved loading esm/cjs style modules * changed docker file * updated expect helper * fixed loading cjs helper * fix async loading of helper methods * fixed failed tests * fixed worker test * fixed container issues * resolved dependencies * added proxies to resolve circular dependencies * added proxies to resolve circular dependencies * fixed printing metasteps * fixed tests * fixed tests * reverted change to ; * reverted change to ; * reverted change to ; * fixed runner tests --------- Co-authored-by: DavertMik <davert@testomat.io> Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation/Description of the PR