Skip to content

Commit fc60a2c

Browse files
committed
Document how to run CSS Critic's own UI regression test suite
1 parent 033a36e commit fc60a2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ For tests install Node.js and run
6565

6666
$ npm install && npm test
6767

68-
[![Build Status](https://travis-ci.org/cburgmer/csscritic.svg?branch=master)](https://travis-ci.org/cburgmer/csscritic)
68+
To see CSS Critic testing its own UI run
69+
70+
$ python3 -m http.server
71+
$ open http://localhost:8000/test/RegressionRunner.html
6972

7073
## Limitations
7174

0 commit comments

Comments
 (0)