AutoEase

Quick Start

  • Summary
  • Write a UI test case
  • Write a UAT test case(Coming soon)
  • Write a Gauntlet test case(Coming soon)
  • Create a Job and get results
  • Create a case set
  • Integration with TeamCity

Core API

  • autoease.core.api module

Others

  • FAQ
AutoEase
  • autoease.utils package
  • View page source

autoease.utils package¶

Submodules¶

  • autoease.utils.file module
    • FileManager
      • FileManager.append()
      • FileManager.generate_filename()
      • FileManager.file_exists()
      • FileManager.get_file_relative_path()
      • FileManager.files()
      • FileManager.remove_files()
      • FileManager.copy_file()
    • files()
    • remove_files()
    • generate_filename()
  • autoease.utils.log module
    • StoppableThread
      • StoppableThread.stop()
      • StoppableThread.on_stop()
    • LogTracker
      • LogTracker.LISTENER
      • LogTracker.run()
      • LogTracker.seek()
      • LogTracker.custom_line()
      • LogTracker.notify()
      • LogTracker.register_listener()
      • LogTracker.uninstall()
    • LogListener
      • LogListener.on_trigger()
      • LogListener.uninstall()
    • wait_for_keyword()
  • autoease.utils.logger module
    • init_logging()
    • get_logger()
  • autoease.utils.udata module
    • PromeDataRequest
      • PromeDataRequest.build_sign()
      • PromeDataRequest.make_request()
    • save_log_to_file()
    • send_log()
  • autoease.utils.uestats_utils module
    • get_stat_values_from_uestats_csv()
    • convert_uestats_to_csv()
  • autoease.utils.windows module
    • get_pid()
    • is_process_alive()
    • set_windows_fronted()
    • add_path_to_env()
    • run_command_sync()
    • print_function_exe_time()

Module contents¶

@author: meili @contact: meili02@corp.netease.com @file: __init__.py.py @date: 2022/11/21 14:24 @desc:


© Copyright 2023, AutoEase.

Built with Sphinx using a theme provided by Read the Docs.