warp
warp copied to clipboard
End-to-end Tests to Write
- [ ] We can run
warpon a new repo and we'll automatically create aWarpfilefor it. No complaints.- [ ] If we're in a subfolder, we'll go up until we find a
.gitfolder that we believe is the root of the repo.
- [ ] If we're in a subfolder, we'll go up until we find a
- [ ] We can call
warp build @alland it'll just queue everything in the workspace. - [ ]
warp build @allhonors .gitignore - [ ] When running
warp build @all, if we find unknown extensions we should just ignore them - [ ] When the network is unreliable, we retry a few times before giving up