@testspectra/cli 1.1.8-rc.25 → 1.1.8-rc.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist/commands/__tests__/doctor-filter.test.js +37 -0
  2. package/dist/commands/__tests__/doctor-scope.test.js +24 -0
  3. package/dist/commands/__tests__/test-error-streaming.test.d.ts +1 -0
  4. package/dist/commands/__tests__/test-error-streaming.test.js +52 -0
  5. package/dist/commands/__tests__/test-scaffolding.test.d.ts +1 -0
  6. package/dist/commands/__tests__/test-scaffolding.test.js +32 -0
  7. package/dist/commands/__tests__/upgrade.test.d.ts +1 -0
  8. package/dist/commands/__tests__/upgrade.test.js +95 -0
  9. package/dist/commands/add.js +3 -3
  10. package/dist/commands/doctor.d.ts +9 -1
  11. package/dist/commands/doctor.js +16 -3
  12. package/dist/commands/install.js +3 -0
  13. package/dist/commands/test.d.ts +13 -0
  14. package/dist/commands/test.js +114 -22
  15. package/dist/commands/upgrade.d.ts +8 -1
  16. package/dist/commands/upgrade.js +55 -7
  17. package/dist/index.js +29 -14
  18. package/dist/linter/discovery.js +2 -2
  19. package/dist/linter/schemas/spec.schema.d.ts +6 -6
  20. package/dist/runner/bridge.d.ts +1 -1
  21. package/dist/runner/bridge.js +42 -14
  22. package/dist/runner/reporter.js +11 -3
  23. package/dist/utils/background-update-check.js +0 -7
  24. package/dist/utils/dependency-updates.d.ts +15 -0
  25. package/dist/utils/dependency-updates.js +107 -0
  26. package/package.json +7 -7
  27. package/templates/default/package.json +2 -2
  28. package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db +0 -0
  29. package/templates/nx/.nx/workspace-data/d/daemon.log +1012 -1162
  30. package/templates/nx/.nx/workspace-data/file-map.json +107 -121
  31. package/templates/nx/.nx/workspace-data/lockfile.hash +1 -1
  32. package/templates/nx/.nx/workspace-data/nx_files.nxt +0 -0
  33. package/templates/nx/.nx/workspace-data/parsed-lock-file.json +6497 -1
  34. package/templates/nx/.nx/workspace-data/project-graph.json +7247 -2
  35. package/templates/nx/.nx/workspace-data/source-maps.json +336 -0
  36. package/templates/nx/package.json +2 -2
  37. package/templates/react-component/package.json +3 -3
  38. package/templates/react-component/page-objects/BadgeComponent/web.ts +4 -4
  39. package/templates/react-component/page-objects/ButtonComponent/web.ts +3 -3
  40. package/templates/react-component/page-objects/InputComponent/web.ts +1 -1
  41. package/templates/react-component/specs/ButtonComponent/TC-0001-button-rendering-and-click/web.test.tsx +0 -3
  42. package/templates/react-component/specs/ButtonComponent/TC-0004-disabled-button-not-clickable/web.test.tsx +0 -9
  43. package/templates/react-component/specs/ButtonComponent/TC-0005-button-renders-icon/web.test.tsx +1 -1
  44. package/templates/react-component/specs/InputComponent/TC-0003-input-typing-and-clear/web.test.tsx +4 -8
  45. package/templates/react-component/spectra.config.ts +0 -10
  46. package/templates/react-component/src/components/Badge/Badge.tsx +3 -3
  47. package/templates/react-component/src/components/Button/Button.tsx +5 -3
  48. package/templates/react-component/src/components/Input/Input.tsx +2 -3
  49. package/dist/.tsbuildinfo +0 -1
  50. package/dist/commands/__tests__/cloud-run.test.js +0 -93
  51. package/dist/commands/cloud-run.d.ts +0 -13
  52. package/dist/commands/cloud-run.js +0 -120
  53. package/dist/commands/update.d.ts +0 -3
  54. package/dist/commands/update.js +0 -109
  55. package/dist/lifecycle/__tests__/lifecycle-engine.test.js +0 -290
  56. package/dist/lifecycle/hook-discovery.d.ts +0 -24
  57. package/dist/lifecycle/hook-discovery.js +0 -60
  58. package/dist/lifecycle/hook-dispatcher.d.ts +0 -34
  59. package/dist/lifecycle/hook-dispatcher.js +0 -190
  60. package/dist/lifecycle/index.d.ts +0 -3
  61. package/dist/lifecycle/index.js +0 -3
  62. package/dist/lifecycle/parallel-grouping.d.ts +0 -27
  63. package/dist/lifecycle/parallel-grouping.js +0 -151
  64. package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-shm +0 -0
  65. package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-wal +0 -0
  66. package/templates/nx/.nx/workspace-data/d/server-process.json +0 -3
  67. /package/dist/commands/__tests__/{cloud-run.test.d.ts → doctor-filter.test.d.ts} +0 -0
  68. /package/dist/{lifecycle/__tests__/lifecycle-engine.test.d.ts → commands/__tests__/doctor-scope.test.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.