chatch / stellarexplorer

Ledger Explorer for the Stellar Network πŸš€
https://steexp.com
Apache License 2.0
455 stars 1.06k forks source link

Revert smoke test #579

Closed jp-ryuji closed 9 months ago

jp-ryuji commented 9 months ago

The smoke test passed with const baseUrl = 'http://publicnet.local:3000' locallly.

$ grep 'const baseUrl' e2e/production.spec.ts
const baseUrl = 'http://publicnet.local:3000'

$ npm run test:e2e

> stellarexplorer@2.4.0 test:e2e
> playwright test

Running 11 tests using 4 workers
  11 passed (20.8s)

To open last HTML report run:

  npx playwright show-report

The following is old information

Ran smoke test against http://testnet.local:3000 locally and there were two errors. Because the accounts were not found on the testnet network. I think this can't happen on the production env, so I think we're ready to go.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-01-05 17 42 01