qawolf

🐺 Create browser tests 10x faster

OTHER License

Downloads
1K
Stars
3.4K
Committers
13

Bot releases are visible (Hide)

qawolf -

Published by jperl about 4 years ago

Summary

-fix: code generation for actions in iframe that cause navigation
-fix: code generation to reload frames after page navigation

Commits

  • Merge pull request #794 from qawolf/fix-frames 04e26b2cf
  • fix: add test for frame selector index b9066f034
  • fix: load new frame for navigations d67b4e16b
  • Merge pull request #792 from qawolf/fix-iframes 0e969b38f
  • fix: eagerly prepare frame selectors c7a84f517
  • wip: hack together eager frameSelector 23a696f5b
  • fix: isDynamic add extra protection that value is string 07dd09732

https://github.com/qawolf/qawolf/compare/v1.3.5...v1.3.6

qawolf -

Published by flaurida about 4 years ago

Summary

Wait for iframe to be ready

Commits

  • Merge pull request #789 from qawolf/iframe-code f7dede30
  • update snapshots cd287911
  • Use waiting selector method instead of $ method to get iframe handle f84040e5

https://github.com/qawolf/qawolf/compare/v1.3.4...v1.3.5

qawolf -

Published by flaurida about 4 years ago

Summary

  • add assertElementText(page, selector, text[, options]) helper to assert that an element has the given text

Commits

  • Merge pull request #787 from qawolf/assert-text f9384d09
  • fix typo in new doc 50c2fb2d
  • add doc for assertElementText b6cbe508
  • assertElementText tests 619ad113
  • assertElementText helper a5c021eb
  • Update readme with iframe support db72bccc
  • cqaw: 1.3.3 50693c51

https://github.com/qawolf/qawolf/compare/v1.3.3...v1.3.4

qawolf -

Published by jperl about 4 years ago

Summary

  • 🖼️ Iframe support
  • fix: selectors for id/classes with special characters

Commits

  • Merge pull request #784 from qawolf/feat-iframes aae323baa
  • fix: ignore frameSelector test on firefox 88eab134a
  • chore: fix outdated test comment 3e5d7a23e
  • fix: support xdomain frames 0f52bdd03
  • fix: page context 208089cb6
  • chore: update sandbox ef797cc16
  • feat: support iframes when building step lines c15804ae5
  • feat: add frameSelector to iframe events 02809fe7e
  • feat: add /iframes route to sandbox f336bf55c
  • Merge pull request #783 from qawolf/escape-ids-classes d725c37ba
  • chore: make sandbox more consistent a2667395e
  • fix: id and class cues with special characters deb2f4cd8
  • Merge pull request #781 from qawolf/is-dynamic fb9e65497
  • fix tests 219b920e1
  • remove dead code, abc tests 224910992
  • make isDynamic more stringent on trailing characters 72cdb8aa8
  • cqaw: 1.3.2 f09fb3a4c

https://github.com/qawolf/qawolf/compare/v1.3.2...v1.3.3

qawolf -

Published by jperl about 4 years ago

Summary

fix: generating duplicate click when event is received long after mousedown

Commits

  • Merge pull request #780 from qawolf/fix-duplicate-click 2e5e4e6cc
  • fix: duplicate click actions when click is >300ms later 83a61cb27

https://github.com/qawolf/qawolf/compare/v1.3.1...v1.3.2

qawolf -

Published by jperl about 4 years ago

Summary

  • Improve selector generation
  • page.bringToFront() in waitForPage

Commits

  • Merge pull request #777 from qawolf/fast-cues abf77922d
  • fix: add test for clickable ancestor stopping at ancestor with preferred attribute 13c8c173d
  • fix: set hard limits on combinations to prevent exhausting computation budget a4bbe7825
  • fix: getClickableAncestor stop at elements with an attribute b1a245407
  • fix: generate proper text selector 2132a5573
  • fix: clean up optimizeCues 2570dc26d
  • fix: optimizeCues try all combinations up to 5 after whittling it down to 8 cues 91334d73e
  • fix: optimizeCues O(n^2) ac203bf52
  • fix: remove unused type e5f305a32
  • Merge pull request #775 from qawolf/remove-dead-code 9ce6c7622
  • fix: remove unused selectall event 1c084327f
  • Merge pull request #774 from qawolf/bring-to-front bf34bb3ce
  • fix: change createPrompt to a unit, instead of e2e test a1f66e5fa
  • fix: screenshot command test 7d81bbc0a
  • feat: waitForPage bring the page to the front ec0c240a6
  • Merge pull request #773 from qawolf/fix-cue-order 55f325ff5
  • fix: buildSelectorParts order cues properly 497ead335
  • fix: buildSelectorParts test cues ordered properly dbd79c443
  • fix: bump docs version 42761a684
  • chore: update create qawolf 18f643aee
  • Merge pull request #771 from qawolf/cqaw 85990bab2
  • chore: update dependencies for cqaw 88b3cff91

https://github.com/qawolf/qawolf/compare/v1.3.0...v1.3.1

qawolf -

Published by jperl about 4 years ago

Summary

  • Improve selector generation logic to support multiple attributes
  • Update to [email protected]

Commits

  • Merge pull request #766 from qawolf/update-dependencies 71543f224
  • fix failing test 00a329718
  • fix package.json 3c84cf548
  • fix type error in save artifacts 65d4ea443
  • remove type casting to work with playwright-core 6f5e5fde3
  • remove playwright-core ef4bb48e1
  • more type fixes in tests a3b09b083
  • accept any in register 5f6634859
  • Merge branch 'main' into update-dependencies 582790699
  • update dependencies 067f178ad
  • Merge pull request #765 from qawolf/trim-error 9c8570fcd
  • add test 6ac08d0a0
  • return null instead of empty string 88cb9730b
  • fix error where trim is undefined df8f90af8
  • Merge pull request #741 from qawolf/feat-improve-selector d4be80648
  • fix: better classes example 6da4732fe
  • test: delete failing amazon test 9f72e35af
  • test: adjust test expectations 783497adc
  • feat: always include nearest preferred attr e72617af6
  • refactor: code cleanup 6dd246ad7
  • feat: adjust cue type penalties ef1c333be
  • feat: add clearSelectorCache fn 7336ebd8b
  • test: add getTopmostEditableElement unit tests fd3a54051
  • fix: isDynamic do not mark classes with an alphanumeric suffix (ex btn-z, btn-10) 0a561c8e7
  • fix: bubble up contenteditable click events 5b91d1f11
  • fix: decrease contenteditable penalty 9fa489ee0
  • fix: do not skip some potential cue groups dfc6d21c3
  • sandbox: add multiple classes example 8cbfa7b2b
  • fix: increase penalty for href to prefer text 5c0daeabc
  • fix: use 'html' selector for html element 792697316
  • fix: use tag penalty for html and body 6450eb335
  • fix: fix iterateCues issues d4df754b6
  • isMatch: filter to visible elements 3eb2ff262
  • feat: add caching to buildSelector c4b37fcc2
  • feat: rework cue iteration to use multiple atts e93f79a6f
  • Merge pull request #738 from qawolf/fix-select-data-test-id 59508d096
  • fix: use any data-test* for selector 6da83b196

https://github.com/qawolf/qawolf/compare/v1.2.1...v1.3.0

qawolf -

Published by jperl over 4 years ago

Summary

  • Update playwright to 1.2.1
  • Allow removing/adding back "// 🐺 create code here" to disable/enable code generation

Commits

  • allow release on main 077c5bd18
  • Merge pull request #736 from qawolf/update-pw 3eec14384
  • update playwright to 1.2.1 34892ab06
  • Merge pull request #735 from qawolf/allow-disabling-updates e2e053c4d
  • fix: allow user to comment/in out patch handle 9a0a7a4c9
  • change default branch to main c23a43895
  • bump docs db34677bc
  • cqaw: remove np aa5790a2a
  • cqaw: update to [email protected] d2f7493b1

https://github.com/qawolf/qawolf/compare/v1.2.0...v1.2.1

qawolf -

Published by jperl over 4 years ago

Summary

  • Improve fill code generation, ignoring backspace and arrow keys
  • Update playwright to 1.2.0
  • Use a comment instead of "qawolf.create()" as the placeholder

Commits

  • Merge pull request #733 from qawolf/fix-crash be40d7050
  • saveConsoleLogs: simplify to expose binding once like ContextEventCollector 31fb5a0d9
  • addInitScript in qawolf.register since it happens before pages load, so it should not throw any errors with the addInitScript 3e8eae291
  • ContextEventCollector: do not ignore unsafe errors 5490e8565
  • ContextEventCollector: ignore more errors b844728ad
  • ContextEventCollector: start page event collector locally a1f8e386a
  • ContextEventCollector: allow targets to close (ex nytimes has iframes that close) 758d7d60c
  • ContextEventCollector: inject one script, since we cannot count on order of addInitScript 660b4c2b2
  • Merge pull request #732 from qawolf/simplify-node-to-doc 9255b7428
  • remove html-parse-stringify 4e9bbcc2e
  • switch html-parse-stringify back to upstream 48bab3104
  • Merge pull request #727 from qawolf/feat-support-input-fill 3afe743d0
  • test: add unit tests for buildPressSteps 29427171d
  • fix: track Tab press for contenteditable b38e45282
  • test: save fixture JSON with line breaks and indentation e8405f3ae
  • fix: skip click on enter 1121d33be
  • update readme with new selectors and fill 8a83b0e55
  • fix: add ts-node as dev dependency (for fixtures script) 1859a575e
  • release and bump sandbox 5c5fa954c
  • test: update tests to new login fixture 062ad37cb
  • test: update test expectations to fix failing tests ed4da678c
  • test: add unit tests for buildFillSteps 7f18d03c7
  • docs: fix saveFixture command 71a0bd973
  • feat: add more inputs to sandbox 2cd126fb3
  • feat: generate fill for contenteditable 21da52dc7
  • fix: special handling for Enter press in textarea 7df567f8d
  • feat: use 'fill' for textareas 71726d376
  • feat: use 'fill' for inputs c74e77d5b
  • qawolf.scroll may throw error on navigation 7775e5db2
  • Merge pull request #730 from qawolf/update-dependencies fa3180207
  • remove outdated test 6ab6b4a24
  • update all dependencies (including [email protected]) 1ae595151
  • remove expect-playwright, point to playwright docs for assertions 3c6c3c1a7
  • Merge pull request #729 from qawolf/selectors-ignore-value-inputs 898095331
  • selectors: do not target value of inputs whose value can change 6d8bcac52
  • Merge pull request #728 from qawolf/fix-watch 1c4aea82c
  • fix: webpack watch 00a68a17a
  • cqaw: 1.0.3 973e290a0
  • Merge pull request #693 from qawolf/fix-ci-template 1a97ac0da
  • remove old escapes 6f7aa3a8c
  • Merge pull request #685 from qawolf/remove-playwright-ci aa4c65f62
  • update dependencies fd3562f84
  • Merge pull request #684 from qawolf/patch-code 9f1e879fe
  • update docs for patch comment 6150537da
  • Use the comment "// 🐺 create code here" instead of await qawolf.create(); b1c117335
  • cqaw: release 1.0.2 2fe45cbbb
  • cqaw: use np for releases 6d21066b4
  • Merge pull request #667 from qawolf/update-pw a71817925
  • update readme 7b57c4e76
  • update docs to remove playwright-ci 2249370cb
  • fix tests / lint 584077402
  • rollback playwright update until playwright-core is fixed 692c84275
  • remove playwright-ci dependency d31193428
  • Merge pull request #672 from thisguychris/patch-1 697c879e0
  • removes transform on ts-jest config 289f606aa
  • remove babel transform bbf0c5ec9
  • save playwright-core as dependency c06d89422
  • replace rollup with webpack 943bb6ffa
  • update all dependencies b147ee311
  • Merge pull request #632 from qawolf/dependabot/npm_and_yarn/types/lodash-4.14.153 a9c850389
  • Merge pull request #637 from qawolf/remove-hotjar 40ff8d324
  • Remove Hotjar 585b97549
  • Merge pull request #629 from qawolf/dependabot/npm_and_yarn/eslint-plugin-jest-23.13.2 dd0ef648b
  • Bump eslint-plugin-jest from 23.11.0 to 23.13.2 5c66d53fe
  • Merge pull request #634 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/eslint-plugin-jest-23.13.2 6e914f2a6
  • Merge pull request #633 from qawolf/dependabot/npm_and_yarn/expect-playwright-0.2.4 61ea961c3
  • Bump eslint-plugin-jest in /packages/create-qawolf 50d11e7e8
  • Bump expect-playwright from 0.2.2 to 0.2.4 7b361390c
  • Bump @types/lodash from 4.14.150 to 4.14.153 ca6a4f7e3
  • Merge pull request #626 from qawolf/dependabot/npm_and_yarn/types/jest-25.2.3 ed12d8192
  • Merge pull request #625 from qawolf/dependabot/npm_and_yarn/types/fs-extra-9.0.1 9f8bfbe79
  • Merge pull request #624 from qawolf/dependabot/npm_and_yarn/rollup/plugin-commonjs-12.0.0 8990ecb43
  • Merge pull request #623 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/eslint-7.1.0 046c61d4f
  • Bump @types/jest from 25.2.2 to 25.2.3 8ffc6804d
  • Bump @types/fs-extra from 8.1.0 to 9.0.1 38280e143
  • Bump @rollup/plugin-commonjs from 11.1.0 to 12.0.0 a0703103d
  • Bump eslint from 7.0.0 to 7.1.0 in /packages/create-qawolf 499ce39fc
  • cqaw: update versions 667fe6c4b
  • Merge pull request #622 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/types/node-14.0.5 bc76915a6
  • Bump @types/node from 14.0.1 to 14.0.5 in /packages/create-qawolf f7fd4c31f
  • Merge pull request #620 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/typescript-3.9.3 b8755c924
  • Merge pull request #617 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/eslint-plugin-jest-23.13.1 2eda61111
  • Merge pull request #616 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/ts-jest-26.0.0 1f70db88b
  • Merge pull request #614 from qawolf/dependabot/npm_and_yarn/packages/create-qawolf/types/jest-25.2.3 5f06e805c
  • Merge pull request #621 from qawolf/dependabot/npm_and_yarn/types/node-14.0.5 795b6dfb4
  • Merge pull request #619 from qawolf/dependabot/npm_and_yarn/open-7.0.4 c2ecd3fdc
  • Merge pull request #618 from qawolf/dependabot/npm_and_yarn/typescript-3.9.3 4c1bdb720
  • Merge pull request #615 from qawolf/dependabot/npm_and_yarn/eslint-7.1.0 3381a59a1
  • Merge pull request #613 from qawolf/dependabot/npm_and_yarn/playwright-webkit-1.0.2 f81436d41
  • Bump @types/node from 14.0.1 to 14.0.5 acb64fdbe
  • Bump typescript from 3.9.2 to 3.9.3 in /packages/create-qawolf b6eabe6bc
  • Bump open from 7.0.3 to 7.0.4 6c6956373
  • Bump typescript from 3.9.2 to 3.9.3 0f2bf8b02
  • Bump eslint-plugin-jest in /packages/create-qawolf 23876c457
  • Bump ts-jest from 25.5.1 to 26.0.0 in /packages/create-qawolf 7bd251a8d
  • Bump eslint from 7.0.0 to 7.1.0 9a50f4656
  • Bump @types/jest from 25.2.2 to 25.2.3 in /packages/create-qawolf c72c6f206
  • Bump playwright-webkit from 1.0.1 to 1.0.2 23bc96215

https://github.com/qawolf/qawolf/compare/v1.0.1...v1.2.0

qawolf -

Published by jperl over 4 years ago

qawolf -

Published by jperl over 4 years ago

Upgrade to [email protected]

qawolf -

Published by jperl over 4 years ago

  • Merge pull request #600 from qawolf/upgrade-pw a12b65d72
  • cqa: 1.0.0 9842ba7e4
  • use updated querySelectorAll interface cf9af98f2
  • update to playwright 1.0.0 b7eea54f0
  • cqa: 0.13.6 35b79dfec
  • bump docs version 6bbff7e63

https://github.com/qawolf/qawolf/compare/v0.13.5...v1.0.0-0

qawolf -

Published by jperl over 4 years ago

qawolf -

Published by jperl over 4 years ago

  • Merge pull request #582 from qawolf/reexport-expect-pw 8055cd120
  • update patch version 21e281d4d
  • re-export expect-playwright 2e70a93d2

https://github.com/qawolf/qawolf/compare/v0.13.3...v0.13.4

qawolf -

Published by jperl over 4 years ago

  • Merge pull request #578 from qawolf/create-doc a907af2c6
  • nits a18c4a1b0
  • prepare api doc for next release, denote expect-playwright is available 8ee07ac98
  • combine add assertions guide into create a test c6fcab2f1
  • docs: create add edit as you go section 61b6d51ee
  • docs: clean up create a test doc 2514c9330
  • Merge pull request #581 from qawolf/expect-playwright ec43598a2
  • Update expect-playwright ff6c9b6cd
  • Address review comment ed92e6cc7
  • Clean up add assertions doc 02b155684
  • Remove old assertion example from docs b4651fbb5
  • Update add assertions doc f93122a4b
  • Add expect assertion to scroll test fcb6abef6
  • Include expect-playwright in jest config 11bee33ba
  • Include expect-playwright as a dependency 4441aff5a
  • docs: bump api version f95c2bfae
  • cqa: 0.13.2 9d6680017
  • update changelog fe22dbc84

https://github.com/qawolf/qawolf/compare/v0.13.2...v0.13.3

qawolf -

Published by jperl over 4 years ago

  • Merge pull request #577 from qawolf/playwright-chromium 9ccccc781
  • Test getBrowserType b5687b25b
  • Allow importing browser from playwright-core in launch 71c05ecb5
  • Separate chromium import f3904f647
  • Still import from playwright when using devices and TypeScript d3155ff03
  • Change imports from playwright to playwright-core (except launch) 30af31eeb
  • Merge pull request #576 from qawolf/no-git dbb637cac
  • Change watch -> watchAll 2b2fad60d
  • update changelog 5689f1696
  • cqa: 0.13.1 2bf171d92

https://github.com/qawolf/qawolf/compare/v0.13.1...v0.13.2

qawolf -

Published by jperl over 4 years ago

  • prepare: 0.13.1 8d3a063f3
  • Merge pull request #573 from qawolf/update-dependencies 38b6df112
  • remove another flake 5315fbd9a
  • update dependencies cc22e5ed1
  • Merge pull request #572 from qawolf/fix-page-repl 6e6f5fd43
  • log create e2e test 0d9bb3a8b
  • fix repl page context on duplicate runs 18a6cb858
  • minor tweak 7b267d40d
  • Merge pull request #571 from qawolf/docs dd08293d4
  • more deflaking 🙏 e6d23b760
  • remove QAW_ATTRIBUTE environment variable, we want that to be specified in qawolf.config.js 79f5e28b1
  • Merge pull request #570 from qawolf/docs 34b9a025f
  • add comment c993143c2
  • correct config doc 70519cd70
  • move qawolf.config.js to api 8b79530f6
  • add admonitions d8564e266
  • remove unnecessary overview header d101c87bc
  • Merge pull request #569 from qawolf/deflake 68d4123f0
  • create.e2e.test: wait for code to exist and have a length before checking it b3a199ebc
  • Merge pull request #568 from qawolf/display-none 5b75bd8bc
  • Add isVisible check to isTrusted 64688422c
  • Ignore click events on elements that are not visible e02664fe5
  • Merge pull request #565 from qawolf/docs cdc50df63
  • update package-lock 6065a3263
  • add 60 second install video 54fb2ba99
  • add edit to docs dd47f72bb
  • update docusaurus d205082c0
  • deflake create.e2e.test 041147b23
  • fix configure docs 39664c2e7
  • update docs version 8ad6eb18c
  • cqa: 0.13.0 21d16eba5
  • update changelog 3d2844d39

https://github.com/qawolf/qawolf/compare/v0.13.0...v0.13.1

qawolf -

Published by jperl over 4 years ago

  • Merge pull request #564 from qawolf/cqaw 1d5ef5f20
  • cqa: prepare for 0.13.0 release c02b0ff47
  • Merge pull request #563 from qawolf/update-pw 93c9663a3
  • fix npx qawolf test e2e flake ee20b741d
  • manually specify BrowserContextCookies and BrowserTypeLaunchOptions af6bda1ce
  • update all dependencies including playwright d294b6dd9
  • Fix runTests headless a4bbaa389
  • Merge pull request #561 from qawolf/e2e-tests 97a5e2eff
  • speed up scroll test 768422b22
  • Merge pull request #560 from qawolf/update-docs 9ef6c3819
  • Another review comment effcae5e2
  • Address review comments ea81402d2
  • add create e2e test cf7b4c01e
  • Running -> editing 3a7d72bfb
  • Link to attribute in config for QAW_ATTRIBUTE doc fa51fad2c
  • Remove script name a5c64eec7
  • Remove brackets, it was actually correct since name is required 9cecc08b5
  • Put name argument in brackets in CLI doc 2aec3c566
  • Fix incorrect install command in create doc b7f93a8fa
  • Document --headless flag 7a36f1db0
  • Remove QAW_HEADLESS from docs ab874b23f
  • Remove --repl from docs 4a13f089f
  • Document watch mode b94b6bb5b
  • First pass at updating edit a test 47db82142
  • Document edit in CLI f62947c13
  • Include undefined for no config 02a58c25d
  • Document templateFn 77376c03a
  • Update patch handle in docs f22d52877
  • Remove script-related docs 295fd7621
  • Remove create arguments from docs 0ac010108
  • rename test 7f78cfb3c
  • Merge pull request #559 from qawolf/fix-double-save d53bd704a
  • WatchPlugin: force trigger a test re-run e340e3194
  • Merge pull request #558 from qawolf/e2e-tests 0f1f7cf6e
  • browser closeOnce should only resolve after the browser is closed 3d14a96f2
  • remove CREATE_HANDLE and create options b7491515c
  • refactor test 1ead05ebd
  • Merge pull request #557 from qawolf/selectors-timing 406f8207d
  • remove flaky test ab54ae8f6
  • SelectorFileUpdater: remove lock, add more logs c424157c4
  • Fix README spacing 4c3c65be0
  • Merge pull request #556 from qawolf/update-readme eb622dd3e
  • Review changes 67f96b6e1
  • Tweak first sentence 21a02cfd2
  • Include summary in README 45eba9e0d

https://github.com/qawolf/qawolf/compare/v0.12.5-0...v0.13.0

qawolf -

Published by jperl over 4 years ago

  • Merge pull request #554 from qawolf/async-template 031cf9a28
  • TemplateFunction allow returning promise 7c87ab918
  • Merge pull request #541 from qawolf/edit 27daf8288
  • abc 9c0270eaf
  • fix default config for js 3f6e66e64
  • abc 60472a300
  • remove unnecessary exclude e6e321750
  • include js-jest in package c796c1b3e
  • create-qawolf: write config.watch, remove ts-node, update all dependencies 33c29045c
  • config: add watch.config ce081bb6b
  • split up create end-to-end test so we can see where it is flaking ac811d883
  • combine e2e tests into unit tests 95b089439
  • fix windows tests 728883dce
  • add watchBrowser tests 1e5003727
  • add WatchHooks test 96e0e4934
  • add WatchClient tests 64fcb20aa
  • add WatchPlugin tests 16efefb72
  • fix WatchServer tests for windows 6a5251741
  • repl: set page on context by default 0d2c5565f
  • only close the browser once 8f559ba00
  • WatchServer: fix typo 507c9b98e
  • createPrompt: close the prompt onStop d3c2fb3e8
  • add WatchServer tests a1dd4e242
  • remove unused ts-node da5e4da01
  • CodeFileUpdater: test codeupdate events 3f2ce5139
  • consolidate buildEditOptions fd29890de
  • SelectorFileUpdater: discard only when QAW_CREATE = 'true' c8b6f9947
  • runTests in edit and create commands bebbf8cbb
  • add back config.createTemplate 270834f39
  • refactor createPrompt and add tests 8ffd21810
  • stop the watch when qawolf.create is done a267f1c1c
  • refactor RunServer/RunClient/Run -> WatchServer/WatchHooks/WatchClient 571a79bfd
  • reference watch plugin in ts-jest.config.json 924ecf27d
  • fix for windows 7e7a3a974
  • prototype create 7c1e63654
  • prototype jest watch plugin d59016e87
  • RunProcess: fix for windows 2b5c392fc
  • update dependencies 0ed4c0435
  • fix RunProcess for script d83b8ede3
  • fix lint 65ee102a1
  • update RunProcess test 29ef4f1e8
  • simplify shortcut listener 1a49ce011
  • hacks 3a72e484d
  • fix message parsing, try to fix exiting 833ade83e
  • RunServer: exit on CTRL+C a9581e1f0
  • remove browser close spy, use disconnected event 7f1adc038
  • RunServer: make _stop private 6e9f26388
  • RunServer: when not in watchmode, close when the run closes f45be8570
  • refactor: Run -> RunProcess, RunClient -> Run & RunClient ece235a09
  • wip: RunServer: close on keys 9d2ac3cbf
  • runClient.onClose: close inquirer prompt 23361e8b9
  • wip: end run client on browser close cd3baa523
  • move selectors in subfolder of tests, for edit to work properly 61227d5db
  • setup Run, RunServer, RunClient b262ecec3
  • rename ReplContext -> Registry 9109c0c06
  • assume test if name includes "spec" or "test" 8524829b7
  • setup spawnEdit 8cf40f95c
  • restructure run code, preparing for EditRunner 63cc0eb7a
  • change patch handle to qawolf.create() fe5f58e67
  • use getCodePath in edit 13390148c
  • add edit command 268b17921
  • remove config.createTemplate -- edit mode should replace this workflow 8b7ed1007
  • separate runCommand, runCreate, runEdit, runJest, into ./run 79f7dd8c8
  • remove edit prototype 5da64426d
  • run test on watch 914a484d9
  • use socket to communicate between cli and test 26ff40495
  • try to use IPC to send message (not possible due to https://github.com/babel/babel/issues/4554) 7d52e0724
  • Merge pull request #542 from qawolf/utils a0b11c659
  • allow any debug dependency 45a48c4c9
  • fix windows tests 2028d1445
  • update repl and scroll docs 1e0c480df
  • remove duplicate test utils a521267c6
  • fix util references 2cdfccea5
  • import utils 398ad69e7
  • Merge pull request #540 from qawolf/types-in-ts d55369d8f
  • Don't include types in scripts 6be9446d5
  • Handle case where device specified da89307e3
  • Include Playwright types in TypeScript tests 41dc8f93c
  • update changelog d210ea5dd

https://github.com/qawolf/qawolf/compare/v0.12.4...v0.12.5-0

qawolf -

Published by jperl over 4 years ago

Package Rankings
Top 4.19% on Npmjs.org
Related Projects