Commit Graph

155 Commits

Author SHA1 Message Date
Lars Holmberg aa3801220d docs: remove newline 2024-07-25 14:12:09 +02:00
Lars Holmberg 5bfebeca07 Document connection reuse for HttpUser 2024-07-25 14:04:51 +02:00
Lars Holmberg 6d11925849 Various grammar fixes in documentation. Remove references to legacy ui in docs. 2024-04-27 09:07:50 +02:00
Lars Holmberg 1a94044651 Fix various documentation issues, mostly spelling 2024-04-21 23:49:31 +02:00
Lars Holmberg 16a16d16c0 Docs: make it more clear that requests wait for responses until moving to the next line of code. 2024-04-10 10:09:47 +02:00
Kaushik Pathak 1143dd2baa
Update writing-a-locustfile.rst
Suggested rectifying typo.
2024-02-06 17:12:14 +05:30
Lars Holmberg 28907f87c9 Clean up some documentation. Use "https://" in examples instead of "http://" - this isnt 2010 any more :) 2023-11-20 22:59:59 +01:00
Lars Holmberg 7fd58dc2d7 docs: Add link to examples 2022-12-13 10:50:44 +01:00
Lars Holmberg 8ae0d34b9f More rest-related doc updates. 2022-12-13 10:25:47 +01:00
Lars Holmberg 5fc347641c Document how to change resp.request_meta after the fact. 2022-12-02 16:54:11 +01:00
Lars Holmberg ae72f8b812 auto generated locustfiles from browser recordings using har2locust (documentation) 2022-11-17 12:23:04 +01:00
Lars Holmberg 1b3faaa675 Update use-as-lib documentation and example. add init event firing. 2022-11-11 14:40:38 +01:00
Lars Holmberg bd2c2797df doc formatting 2022-08-17 12:45:51 +02:00
Lars Holmberg 3ed62e0b80 Give a better error message when someone accidentally sets User.task instead of User.tasks 2022-07-27 23:25:02 +02:00
Xavier Sosnovsky 743055b708 Minor edits to the documentation 2022-07-26 08:29:53 +02:00
Xavier Sosnovsky f411ef2efd Minor edits to the documentation 2022-07-25 19:20:31 +02:00
Alexander Chirkin b4cebe1795 fix missing colon in for loop 2022-04-01 00:14:49 +03:00
Dominik Miedziński e9e71f6cc5 Document connection pooling 2022-03-28 18:35:21 +02:00
Lars Holmberg 394f582c4b Add documentation for debugging/run_single_user. Rename some poorly named documentation pages. 2022-01-27 08:45:13 +01:00
Alexander Nyurenberg 5b4c673ffa Added the description of the 'fixed_count' property into the documentation. 2022-01-21 01:28:11 +03:00
Lars Holmberg 73699f1b61 clarify docs. fix #1959 2021-12-13 14:41:22 +01:00
Mathieu Dupuy 35718e0863 fix misspellings in doc (mostly "it's") 2021-11-28 16:23:03 +01:00
Mateusz Kuniczuk e5900110bc
Fixed typo in writing-a-locustfile.rst
Changed "executition" to "execution".
2021-11-19 17:06:27 +01:00
Lars Holmberg bd193df307 Add constant_throughput wait time (just the inverse of constant_pacing) 2021-08-23 12:57:38 +02:00
serhiy d4dd43866a Change context manager name to rename_request
Remove duplicated documentation
2021-08-21 14:52:39 +01:00
serhiy cfbab865ce Update field and function name from feedback 2021-08-20 12:24:43 +01:00
serhiy 156e896052 Add docs on the new grouping methods 2021-08-19 14:02:44 +01:00
Lars Holmberg 2460f883aa Doc: Link to RestUser in locust-plugins 2021-08-09 23:30:27 +02:00
Lars Holmberg b8d2aa0769 People are often searching for "cookie" in the documentation, so use the singular form in one place so it is easier to find 2021-08-09 09:52:00 +02:00
Lars Holmberg 20f3d8b9e1 Documentation fixes 2021-08-08 22:27:21 +02:00
Lars Holmberg 0df0330ed6 Documentation updates: Move QuickstartUser to "writing a locustfile". Minor other moves. 2021-08-01 21:34:24 +02:00
Lars Holmberg 3e18e34492 Update documentation. Change wording (no need to repeat the word "spawned") 2021-08-01 00:44:58 +02:00
Lars Holmberg b17da040f3 Various documentation improvements, including a better "hello world" example to get people started. Added Sphinx Substitution Extension in order to be able to add dynamic stuff (version number) into the documentation. 2021-07-27 13:14:55 +02:00
Nathan Beam 54aede3cc5 Updated documentation 2021-06-04 16:13:49 -04:00
Lars Holmberg c3dbc6da9d documentation fixes 2021-05-04 10:56:40 +02:00
Lars Holmberg b42b862565 Add documentation of a basic REST call. Trim heading for request grouping to make it nicer in the TOC 2021-02-09 09:16:54 +01:00
Lars Holmberg afea8c0cfb clarify documentation (it was easy to misread "How to structure..." as a sub section of TasksSets) 2020-12-06 10:54:21 +01:00
Lars Holmberg 12ff1d84fa Slightly clarify test_start/test_stop examples 2020-11-30 09:22:48 +01:00
Jonatan Heyman 03b6df4fab Re-add info on wait_time to Quickstart documentation and examples 2020-11-18 14:20:49 +01:00
Lars Holmberg 81d9707241 re-add wait_time in examples that would otherwise spam-print 2020-11-16 12:40:41 +01:00
Lars Holmberg 7676b5389c Make wait_time = constant(0) the default instead of forcing our users to specify it. Makes a big difference in readability of small User classes and reduces the cognitive overhead for locust beginners. Fixes #1308 2020-11-11 22:14:20 +01:00
Lars Holmberg 6b2ac753c0 ok, enough with the doc fixes... 2020-10-12 11:44:51 +02:00
Lars Holmberg dd8ef0e61a Ok, one last doc fix. 2020-10-12 11:41:51 +02:00
Lars Holmberg 0f5b47ee3d Remove old news about safe_mode that hasn't existed for a really long time :) 2020-10-12 11:37:38 +02:00
Lars Holmberg 8b3372b108 more documentation stuff 2020-10-12 11:26:03 +02:00
Lars Holmberg 3755abc526 Move stuff around a bit in the documentation 2020-10-12 10:11:14 +02:00
Lars Holmberg df498981e6 tiny doc fixes 2020-10-12 08:59:51 +02:00
Lars Holmberg d362ee3970 Move the documentation for TaskSets into a separate file, making the main documentation easier to read and people less likely to start using TaskSets for no good reason. 2020-10-11 23:04:28 +02:00
Lars Holmberg cc5cf25647 Rework TaskSet documentation a little (main change coming soon) 2020-10-11 21:47:51 +02:00
Lars Holmberg 08d5173c25
Merge pull request #1579 from locustio/SequentialTaskSet-improvements
SequentialTaskSet improvements
2020-09-30 13:09:52 +02:00