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

Implement contract testing in create fuels #3025

Open
danielbate opened this issue Aug 23, 2024 · 1 comment · May be fixed by #3100
Open

Implement contract testing in create fuels #3025

danielbate opened this issue Aug 23, 2024 · 1 comment · May be fixed by #3100
Assignees
Labels
feat Issue is a feature

Comments

@danielbate
Copy link
Contributor

create fuels aims to provide a full stack and feature complete solution for working with and deploying dApps on fuel.

We should provide a contract testing solution so that consumers test their contracts in isolation. We should utilise forc test to keep the tool within the ecosystem.

@danielbate danielbate added chore Issue is a chore feat Issue is a feature and removed chore Issue is a chore labels Aug 23, 2024
@arboleya
Copy link
Member

How do you see all the different tests we'll provide?

Thinking out loud about the terminologies.

{
  "test": "run-s test:*",
  "test:unit": "forc test",
  "test:e2e": "vitest ..", // launchTestNode
  "test:ui": "vitest ..", // playwright
}

@Dhaiwat10 Dhaiwat10 self-assigned this Sep 3, 2024
@Dhaiwat10 Dhaiwat10 linked a pull request Sep 4, 2024 that will close this issue
4 tasks
@arboleya arboleya added the temp:notion label Sep 8, 2024 — with Linear
@arboleya arboleya added the temp-linear label Sep 8, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants