This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2024-11-29 12:14:08 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a17340ea8b
grafana
/
e2e
/
smoke-tests-suite
/
1-smoketests.spec.ts
4 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
E2E: Fix running any suite locally (#42210) * e2e: Fix running any suite locally * Fixed issue with testFiles filter when specifying suite name * unrelated * fixed import paths to shared * Moving dashboards to root
2021-11-24 08:16:51 -06:00
import
{
smokeTestScenario
}
from
'../shared/smokeTestScenario'
;
e2e: Uses Cypress instead of Puppeteer (#20753) * WIP: intial commit * Tests: Runs e2e tests * Refactor: Adds BASE_URL support * Refactor: Adds namespacing * Refactor: Cleans up the Page api * Build: Adds to build-branches-and-prs job for testing * Build: Hardcoded image for now * Refactor: Uses Selectors in App * Refactor: Adds addDataSource flow * WIP * Refactor: Adds e2eScenario * Refactor: Adds add and delete scenarios * Refactor: Adds logging * Refactor: Adds ability to for Selectors with variables * Refactor: Using variable selectors instead * Refactor: Adds flow until Share Panel * Refactor: Adds clicking on rendered image link * Refactor: Deletes log output * Refactor: Updates snapshots * Chore: Reverts changes * Refactor: Removes log plugin because maybe it breaks yarn build * Refactor: Adds rendered image download * Refactor: Adds image comparison * Refactor: Removes uncaught errors override * Refactor: Changes order of images to compare * Refactor: Updates truth image * Build: Updates path to CI artifacts * Refactor: Cleaning up types and config * wip * Refactor: Cleans up external api * Refactor: More cleanup * Refactor: More cleanup * Refactor: Removes usages of Pages and Flows * Refactor: Removes last traces of Cypress in spec * Refactor: Adds comments
2019-12-09 02:14:25 -06:00
Chore: remove scenario wrapping in cypress tests (#74674) * remove scenario wrapping in cypress tests * remove more hardcoded logins * don't forget the various suite! * make sure we log in for every test * fix afterAll revert * stability
2023-09-13 07:24:20 -05:00
smokeTestScenario
(
)
;
Reference in New Issue
Copy Permalink