Skip to content

[Setup] #419

@joe10832

Description

@joe10832

Setup Steps Attempted

  • Ran npm install
  • Ran npm run build
  • Ran npm run lint
  • Ran npm run test
  • Ran npm run copilot:setup
  • Ran npm run copilot:validate
  • Prepared wallet extensions (npm run prepare-metamask)

Environment

GitHub Codespaces

Node.js Version

Node.js 18

Error Output

const test = createOnchainTest(config);

test('wallet interaction', async ({ page, metamask, node }) => {
  await page.goto('http://localhost:3000');
  await metamask.handleAction('connect', { shouldApprove: true });
  await expect(page.getByTestId('connected')).toBeVisible();
});

Expected Behavior

Untitled-1.ipynb

Documentation Checked

  • Read .github/copilot-instructions.md
  • Checked AGENTS.md for general instructions
  • Reviewed the README setup section
  • Looked at the setup scripts in /scripts directory

Additional Context

No response

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions