mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
Update dependency cypress to v9.5.0 (#44678)
* Update dependency cypress to v9.5.0 * drone: update cypress version * Update drone.yml Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
@ -695,7 +695,7 @@ def e2e_tests_step(suite, edition, port=3001, tries=None):
|
||||
cmd += ' --tries {}'.format(tries)
|
||||
return {
|
||||
'name': 'end-to-end-tests-{}'.format(suite) + enterprise2_suffix(edition),
|
||||
'image': 'cypress/included:9.3.1',
|
||||
'image': 'cypress/included:9.5.0',
|
||||
'depends_on': [
|
||||
'grafana-server',
|
||||
],
|
||||
|
Reference in New Issue
Block a user