Skip to content

Commit 0d1b679

Browse files
committed
wip: add list of user tests for OSBv2
1 parent 4aa4631 commit 0d1b679

4 files changed

Lines changed: 53 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(contribute)=
1+
(contribute:osb)=
22
# Contribute to OSB development
33

44
There is a central repository for issues listing OSB projects looking for contributors. A number of other programming tasks (e.g. further development of NeuroML based tools) are also listed, which would be of benefit to OSB projects.

source/General/Contribute_To_OSB_docs.md renamed to source/Contribute/Contribute_To_OSB_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(general:contribute_docs)=
1+
(contribute:docs)=
22
# Contribute to OSB documentation
33

44
This documentation is written using [Jupyter Book](https://jupyterbook.org).

source/Contribute/Test_OSB.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
(contribute:test)=
2+
# Test OSB
3+
4+
Testing OSB and reporting any issues that you find is another great way of contributing to the development of OSB.
5+
Here is a user testing template that can be used in a GitHub issue.
6+
Each test can be marked `PASS` or `FAIL` to indicate whether an issue was found.
7+
We have marked all tests as passing here as an example.
8+
Please add any tests that we have missed.
9+
The more complete the test list/matrix, the more robust and reliable OSB will be for its users.
10+
11+
12+
```{code-block} markdown
13+
## Website loading
14+
15+
- Website loads: PASS
16+
17+
## Usage before signing in
18+
19+
- Featured workspaces load: PASS
20+
21+
### Workspaces
22+
23+
- Public workspaces load: PASS
24+
- No private workspaces load: PASS
25+
- Workspaces: icon view works: PASS
26+
- Workspaces: list view works: PASS
27+
- Text search functionality works in both views: PASS
28+
- Text search is maintained when switching between public and featured workspaces: PASS
29+
- Tag search functionality works in both views: PASS
30+
- Tag search is marked when active in both views: PASS
31+
- Deslecting tag removes it from search: PASS
32+
- Selecting a tag activates search: PASS
33+
- Pagination works: PASS
34+
- Clicking on a workspace title opens workspace: PASS
35+
36+
### Repositories
37+
38+
- Repository index loads: PASS
39+
- Text search functionality works in both views: PASS
40+
- Tag search functionality works in both views: PASS
41+
- Tag search is marked when active in both views: PASS
42+
- Deslecting tag removes it from search: PASS
43+
- Pagination works: PASS
44+
45+
## Authentication
46+
47+
-
48+
```

source/_toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ parts:
6262
- file: Reference/zBibliography
6363
- caption: Contribute
6464
chapters:
65-
- file: General/Contribute_To_OSB
66-
- file: General/Contribute_To_OSB_docs
65+
- file: Contribute/Contribute_To_OSB_docs
66+
- file: Contribute/Contribute_To_OSB
67+
- file: Contribute/Test_OSB
6768
- caption: Useful Information
6869
chapters:
6970
- file: General/Background_Information/01_Introduction_to_Source_Control

0 commit comments

Comments
 (0)