-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip on specification for e2e testing
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- [ ] | ||
|