gitcoinco / gitcoinco/web

Enable tests for grants in CI run

Open
#10,070 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
776
PR merge metrics
No merged PRs in 30d

Description

Running tests is limited to the tags `bounties` and `platform` in `./bin/ci/cypress-run`:
```
...
node_modules/.bin/cypress run \
--browser chrome \
--record \
--key 23c824d9-b9eb-4aea-88fd-d0bb06a9eb51 \
--env grepTags="bounties platform"
...
```

These tests where failing in CI (even though they where running successfully on local).
This should be fixed, and all tests should be enabled in CI.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.