Playwright test for ReefKnot #7
Annotations
4 errors and 1 warning
Run tests
Error: Tag must start with "@" symbol, got "metamask" instead.
at matomo-event-connected-wallet.spec.ts:14
12 |
13 | wallets.forEach((wallet) => {
> 14 | test.describe(
| ^
15 | `ReefKnot. Matomo events (${wallet.name})`,
16 | { tag: [Tags.connectedWallet, wallet.name] },
17 | async () => {
at forEach (/home/runner/work/reef-knot/reef-knot/playwright-tests/tests/matomo-event-connected-wallet.spec.ts:14:8)
at Object.<anonymous> (/home/runner/work/reef-knot/reef-knot/playwright-tests/tests/matomo-event-connected-wallet.spec.ts:13:9)
|
Run tests
Error: Tag must start with "@" symbol, got "metamask" instead.
at wallet-connection.spec.ts:11
9 |
10 | wallets.forEach((wallet) => {
> 11 | test.describe.serial(
| ^
12 | `ReefKnot. Wallet connection (${wallet.name})`,
13 | { tag: [Tags.connectedWallet, wallet.name] },
14 | async () => {
at forEach (/home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-connection.spec.ts:11:17)
at Object.<anonymous> (/home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-connection.spec.ts:10:9)
|
Run tests
Error: Tag must start with "@" symbol, got "metamask" instead.
at wallet-stats.spec.ts:13
11 |
12 | wallets.forEach((wallet) => {
> 13 | test.describe(
| ^
14 | `ReefKnot. Check statistic (${wallet.name})`,
15 | { tag: [Tags.connectedWallet, wallet.name] },
16 | async () => {
at forEach (/home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-stats.spec.ts:13:8)
at Object.<anonymous> (/home/runner/work/reef-knot/reef-knot/playwright-tests/tests/wallet-stats.spec.ts:12:9)
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading