Skip to content

Commit 343c1ea

Browse files
authored
Add additional sentences
1 parent 010211a commit 343c1ea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crystal_toolkit/apps/examples/tests/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# End-to-end Testing
22

3+
The tests for this code are constructed as small example apps. Running a test might involve simply verifying the app starts
4+
correctly, checking console log output does not have errors, simulating user interaction, and taking screenshots of the
5+
app state to ensure that the app looks as expected.
6+
7+
Ideally, each individual component should have at least one example app. The example apps are also used to demonstrate
8+
correct usage of these components.
9+
310
## Dependencies
411

512
The tests in this folder need the dependencies specified in `tests/requirements.txt`, in particular `dash[testing]` and `selenium`.
@@ -25,4 +32,4 @@ brew install --cask chromedriver
2532
brew install --cask google-chrome
2633
```
2734

28-
macOs may complain that it cannot verify the security of these executables in which case you can manually override and give permission in 'System Preferences > Security & Privacy'.
35+
macOS may complain that it cannot verify the security of these executables in which case you can manually override and give permission in 'System Preferences > Security & Privacy'.

0 commit comments

Comments
 (0)