bahmutov / bahmutov/cypress-data-session
fetching the data session should re-validate the session
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 67
- Forks
- 11
- Avg merge
- 21h 50m
- Merged PRs (30d)
- 3
Description
```js
cy.dataSession('name')
```
should validate the data session "name" and call the validate and maybe the setup function (but not re-create)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the implementation of the cy.dataSession command and how it currently handles the named session. Trace the existing validate and setup functions, then confirm that fetching an existing session re-validates it and may run setup without recreating the session; add or update tests for cy.dataSession('name').
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100