bahmutov / bahmutov/cypress-split
Confirm this plugin works with wildcard spec parameter
Open
- Dominant language
- JavaScript
- Stars
- 285
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
```yml
- name: Run bonus tests 🧪
# https://github.com/cypress-io/github-action
uses: cypress-io/github-action@v4
with:
spec: 'cypress/integration/bonus*.js'
env:
SPLIT: ${{ strategy.job-total }}
SPLIT_INDEX: ${{ strategy.job-index }}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the YAML workflow shown in the issue and reproduce it using cypress-io/github-action@v4, the wildcard spec, and the split variables. Confirm whether matching specs are discovered and distributed correctly; done means documenting the result or identifying the needed change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, github-actions, javascript
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100