[Time To Visualize] Add Functional Tests After Config Option Defaults to True #80584
Closed
33 tasks done
Labels
enhancement
New value added to drive a business result
Feature:Dashboard
Dashboard related features
Project:TimeToVisualize
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Once the config option
allowByValueEmbeddables
is set to true by default, or removed. We will have to begin implementing functional test cases for testing all by value and by reference behaviours. This issue will track the functional tests that need to be implemented.Panels By Value - Lens / Maps / Visualize
Add from app by Value - Lens / Maps / Visualize #89245
Remove State from URL #86939
Getting Started / Best Practices
Run the test server (to start ES/Kibana) from either root dir or x-pack dir:
node scripts/functional_tests_server
Now you can run the runner to kick off the tests:
node scripts/functional_test_runner
To limit the tests being run, you can add a
--grep
option to the runner command or change thedescribe
of the test group to bedescribe.only
When writing tests, it might be necessary to add
data-test-subj
attributes to elements in the application that you need to interact with. You can then use the testSubjects service to easily select those elements.The text was updated successfully, but these errors were encountered: