File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,14 @@ errors:
5757
5858# # Testing
5959
60- Utopia websites include a default set of tests using `rspec `. These specs can test against the actual running website.
60+ Utopia websites include a default set of tests using `sus `. These specs can test against the actual running website.
6161
6262~~~ bash
63- $ rspec
63+ $ sus
6464
65- website
66- 1 samples : 1x 200. 1170.96 requests per second. S/D: 0.000µs.
67- should be responsive
68-
69- Finished in 0.61764 seconds (files took 0.64705 seconds to load)
70- 1 example, 0 failures
65+ 1 samples : 1x 200. 3703.7 requests per second. S/D: 0.000µs.
66+ 1 passed out of 1 total (2 assertions)
67+ 🏁 Finished in 247.4ms; 8.085 assertions per second.
7168~~~
7269
7370The website test will spider all pages on your site and report any broken links as failures.
You can’t perform that action at this time.
0 commit comments