Improve GUI test runner
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 232
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 60
Description
Currently we run GUI tests with a shell script or directly with the node command. It's not great, we should instead make it part of the rust tests which would internally run everything needed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the shell script and direct Node command currently used to run the GUI tests, then identify the Rust test entry point that should replace them. Done means the Rust test suite runs all required GUI-test setup and execution without manually invoking the script or Node command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, rust, shell
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100