Skip to content

Commit

Permalink
wip on specification for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aha43 committed Jul 23, 2024
1 parent 5d5f35b commit aa475ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/e2e-tests.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
## wip on making end to end test list



- [ ] create test area directory TestArea
- [ ] create in test area a locations directory, set $env:LocHome to point to it
- [ ] make a directory under test area called Loc1 and make it the current dir
- [ ] **create location: *loc add . 'Location 1'***
- [ ] ***loc l***
- [ ] One location should be listed
- [ ] Position should be '0'
- [ ] Name should be 'Loc1'
- [ ] Path should end with 'TestArea/Loc1'
- [ ] Description should be 'Location 1'
- [ ] Only one machine should be listed
- [ ] The machine listed should be the one test are running
- [ ]

0 comments on commit aa475ed

Please sign in to comment.