Skip to content

Commit

Permalink
test: Move README files to MD
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Jul 10, 2023
1 parent d02eb60 commit 79f751a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/client/README → test/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Requirements:
Install into directory '/openflights/test/selenium'

- A functional OpenFlights server and its test suite
Set up /openflights/test/server first (see its README)
Set up /openflights/test/server first (see its [README](../server/README.md))

Testing:

Run ./run-suite.sh and hope for the best! Test bootstrap logs into log/bootstrap.log, Selenium logs go into log/selenium.log.
Run [`./run-suite.sh`](run-suite.sh) and hope for the best! Test bootstrap logs into log/bootstrap.log, Selenium logs go into log/selenium.log.
5 changes: 0 additions & 5 deletions test/unit/README

This file was deleted.

5 changes: 5 additions & 0 deletions test/unit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
JavaScript unit tests implemented with JsTestDriver.

- Start server with (`./start_server.sh`)[start_server.sh]
- Capture a browser as instructed
- Run (`./run_tests.sh`)[run_tests.sh]

0 comments on commit 79f751a

Please sign in to comment.