Skip to content

Add Cypress workspace image creation flow#1610

Open
cybercraftsolutionsllc wants to merge 1 commit into
stakwork:masterfrom
cybercraftsolutionsllc:codex/create-org-image-cypress-427
Open

Add Cypress workspace image creation flow#1610
cybercraftsolutionsllc wants to merge 1 commit into
stakwork:masterfrom
cybercraftsolutionsllc:codex/create-org-image-cypress-427

Conversation

@cybercraftsolutionsllc
Copy link
Copy Markdown

Summary

  • extend cy.create_workspace with an optional in-memory PNG upload via the real workspace file input
  • add Cypress coverage for creating an organization/workspace with an uploaded image
  • document the optional image filename in the Cypress workspace command type

Closes #427.

Validation

  • npx tsc --noEmit --target es2015 --types cypress,node --moduleResolution node cypress\global.d.ts cypress\support\commands.ts cypress\e2e\26_createOrgWithImage.cy.ts
  • npx eslint cypress\e2e\26_createOrgWithImage.cy.ts --max-warnings 100
  • git diff --check

Note: full npx tsc -p cypress\tsconfig.json --noEmit is currently blocked by existing unrelated Cypress project type errors, including 10_payBounty.cy.ts using "Less than 3 hour", missing fixture module declarations, and dependency private identifiers under the ES5 Cypress target.

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.

[Test][Cypress] Create org with image

2 participants