mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
c56d458ecb
* Renamed test files * temp push of performance branch * comma * stash * final * rename to imagery * remove old * stash * fix name * Add plain notebook e2e and perf test * Shard and add perf to ci * Import fixtures * 3 * also off by one? * forgive me, father * update perf test name * SHARD * one mo shot * add suites * failfast * remove allure * add more testsuites * full * skip * ignore glob * headless? * skip audit to save ci time * temp push * remove allure * remove doubled test and update snapshots * update snapthos 2 * back to ci * update comments * remove notebook * updates * remove npx playwright install * Prevent deleting browsers * circleci comment * re-enable audit * Add html reporter * speed up execution * speed up CI * Add performance line to bug report * PR Comments * change dir of report * remove test * Update Tracepath. Update playwright-percy * Remove shim * Improve stability and move html report * fix space * Add more slowdown for moveObjects * Get rid of navigation event * fix missing events * review comments * last change! Co-authored-by: unlikelyzero <jchill2@gmail.com>
48 lines
1.4 KiB
Markdown
48 lines
1.4 KiB
Markdown
---
|
|
name: Bug report
|
|
about: File a Bug !
|
|
title: ''
|
|
labels: type:bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--- Focus on user impact in the title. Use the Summary Field to -->
|
|
<!--- describe the problem technically. -->
|
|
|
|
#### Summary
|
|
<!--- A description of the issue encountered. When possible, a description -->
|
|
<!--- of the impact of the issue. What use case does it impede?-->
|
|
|
|
#### Expected vs Current Behavior
|
|
<!--- Tell us what should have happened -->
|
|
|
|
#### Steps to Reproduce
|
|
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
|
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
|
1.
|
|
2.
|
|
3.
|
|
4.
|
|
|
|
#### Environment
|
|
<!--- If encountered on local machine, execute the following:
|
|
<!--- npx envinfo --system --browsers --npmPackages --binaries --markdown -->
|
|
* Open MCT Version: <!--- date of build, version, or SHA -->
|
|
* Deployment Type: <!--- npm dev? VIPER Dev? openmct-yamcs? -->
|
|
* OS:
|
|
* Browser:
|
|
|
|
#### Impact Check List
|
|
<!--- Please select from the following options -->
|
|
- [ ] Data loss or misrepresented data?
|
|
- [ ] Regression? Did this used to work or has it always been broken?
|
|
- [ ] Is there a workaround available?
|
|
- [ ] Does this impact a critical component?
|
|
- [ ] Is this just a visual bug with no functional impact?
|
|
- [ ] Does this block the execution of e2e tests?
|
|
- [ ] Does this have an impact on Performance?
|
|
|
|
#### Additional Information
|
|
<!--- Include any screenshots, gifs, or logs which will expedite triage -->
|