Skip to content

Releases: totorojs/totoro

2.0.2

25 Dec 08:12
Compare
Choose a tag to compare
  • U: replace localhost or 127.0.0.1 in config.runner with an external ip. totoro-server#90
  • U: decide if enable debug by config rather than by process argv
  • U: give a debug log when config.proxy is set to false automatically

2.0.0

25 Dec 08:01
Compare
Choose a tag to compare
  • U: some fundamental refactor
  • U: replace option -b --browsers with -l --labors

1.0.1

29 May 05:45
Compare
Choose a tag to compare
  • A: when a browser finished test, will output a info message.

1.0.0

29 May 05:44
Compare
Choose a tag to compare
  • U: show status of browsers when run totoro list
  • D: remove dot/cross as process feedback
  • D: remove config feedback

0.6.0

29 May 04:17
Compare
Choose a tag to compare

Never use it!!!

0.5.4

29 May 04:15
Compare
Choose a tag to compare
  • F: ignore query string and hash of runner when find runner root.

0.5.3

29 May 04:13
Compare
Choose a tag to compare
  • A: add option --no-catch

0.5.2

29 May 04:06
Compare
Choose a tag to compare
  • A: add config feedback
  • F: fix syntax error message display error in report.

0.5.0

29 May 04:04
Compare
Choose a tag to compare
  • A: add --code option
  • A: scanned the content of runner to guess the root of local server automaticlly
  • A: support request of absolute path relative to root
  • A: add more detailed doc on --root option
  • U: when --adapter=no, totoro won't detect and insert adapter for runner
  • U: change --server-host and --server-port options to --host and --port
  • U: set 'server.totorojs.org' as the default value of --host option

0.4.0

29 May 04:03
Compare
Choose a tag to compare
  • A: all totoro.log() will output to client
  • A: add --skip-coverage option, not do the coverage
  • A: reset alert, confirm and prompt function
  • D: remove test slow info from report
  • U: run test in new window on pc, still in iframe on mobile device
  • U: restrict the times of labor distribution to avoid endless loop