Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matrix-react-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
matrix-react-sdk
Commits
d20b2ee9
Commit
d20b2ee9
authored
Oct 10, 2019
by
Bruno Windels
Browse files
Options
Downloads
Patches
Plain Diff
document how to run the e2e tests locally
parent
15bbf3a9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-0
5 additions, 0 deletions
README.md
with
5 additions
and
0 deletions
README.md
+
5
−
0
View file @
d20b2ee9
...
@@ -168,3 +168,8 @@ Ensure you've followed the above development instructions and then:
...
@@ -168,3 +168,8 @@ Ensure you've followed the above development instructions and then:
```
bash
```
bash
yarn
test
yarn
test
```
```
## End-to-End tests
Make sure you've got your riot development server running (by doing
`yarn start`
in riot-web), and then in this project, run
`yarn run e2etests`
.
See
`test/end-to-end-tests/README.md`
for more information.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment