Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Testing wave runner stuff #23955

Closed
wants to merge 7 commits into from
Closed

Conversation

stephenmcgruer
Copy link
Contributor

No description provided.

@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 18:11 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 18:28 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 18:36 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 19:01 Inactive
@stephenmcgruer stephenmcgruer reopened this Jun 3, 2020
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 19:26 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 19:51 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 20:29 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 21:13 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 21:21 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 21:54 Inactive
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23955 June 3, 2020 23:17 Inactive
FritzHeiden and others added 7 commits June 5, 2020 10:06
…ngle

window with serverside monitoring and execution.

Additions/Modifications:
- testharnessreport.js: Added logic to communicate with the server
  backend: send results, get URL to next test
- tools/wave: Code for backend server
- wpt code base: Added serve-wave command to load code for backend
  server. Added --report option to activate report generation,
  requires to install wptreport tool.
- Added configuration options to change the servers behaviour
- Documentation inside tools/wptserve/wptserve/wave/docs directory
- Postman API tests inside tools/wptserve/wptserve/wave/test
- Webinterface available under /wave/index.html
- results and generated reports are persisted in /results directory
  (can be configured)
- updated README.md with command `wpt serve-wave`
- using modified testharnessreport.js only when started using serve-wave
- Moved third party frontend library into vendor specific directory
- Added License file for third party frontend library
- Moved wave configuration into wave object inside the configuration object
- Moved rules of tools/wave/.gitignore into tools/.gitignore
- Using context manager when performing file input/output
- Using urlparse.urlunsplit to create urls from individual parts
- Changed comment to express strings as "text type" instead of "str type"
- Moved repeated code for exception handling in API handlers into separate function
- Simplified parsing of urls and query strings
- Removed mutable default parameters
- Using future unicode literals to remove necessity of defining string type for unicode strings
- Using shell=False when executing subprocesses
- Using WPT functions to load tests from MANIFEST.json
- Using proper logger to log messages
- Removed unused ErrorHandler
- Moved wave specific code from serve.py into wave.py
- Changed default uri namespace of wave files and api to "/_wave/"
- Updated rest API documentation
- made wave code compatible with python 3
- implemented test to start the wave server and ping an API endpoint
- moved adding --report argument to wave.py
- added WAVE test runner hint to test error messages
- removed double declaration of build_config function in serve.py
- increased startup timeout to 6 minutes
- updated name in README to WAVE Test Runner
- removed preexec_fn from Popen call, which is only supported for unix
  systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants