k3yi0
|
4480832c41
|
chore(cypress): remove reload part of the dashboard test
|
2022-07-13 11:20:54 +02:00 |
k3yi0
|
524d2b87b1
|
chore(cypress): remove only
|
2022-07-12 12:40:49 +02:00 |
k3yi0
|
0249d72aba
|
chore(cypress): add assertions
|
2022-07-12 12:24:39 +02:00 |
k3yi0
|
1db2b8c73b
|
chore(cypress): wait for URL
|
2022-06-30 14:12:58 +02:00 |
k3yi0
|
31144cda53
|
chore(cypress): adjust dashboard test
|
2022-06-29 15:13:54 +02:00 |
k3yi0
|
655e4366dd
|
chore(cypress): remove .only, remove assertion of local storage
|
2022-06-29 10:45:02 +02:00 |
k3yi0
|
a7b3210c0e
|
chore(cypress): adjust Reader log in, improve Reader test
|
2022-06-29 10:13:26 +02:00 |
k3yi0
|
66095f52ef
|
chore(cypress): change custom types file
|
2022-06-28 14:26:32 +02:00 |
k3yi0
|
cc09763b81
|
chore(cypress): use Source data type
|
2022-06-28 13:53:03 +02:00 |
k3yi0
|
8075c4febc
|
chore(cypress): add data types, adjust custom commands, adjust tests
|
2022-06-28 09:39:54 +02:00 |
k3yi0
|
7cbd8b5f29
|
chore(cypress): add return value, adjust tests
|
2022-06-28 07:51:04 +02:00 |
k3yi0
|
71fedbab64
|
chore(cypress): adjust the place where tests should look for the sidebar
|
2022-06-27 12:22:04 +02:00 |
k3yi0
|
9413b542b0
|
chore(cypress): let sidebar be visible before working with sources
|
2022-06-27 11:53:40 +02:00 |
k3yi0
|
8df8b44f90
|
chore(cypress): adjust tests intial login, adjust reader role user change
|
2022-06-27 10:50:36 +02:00 |
k3yi0
|
1d21cde65c
|
chore(cypress): add clickAttached function
|
2022-06-20 08:41:13 +02:00 |
k3yi0
|
9fcd9b579d
|
chore(cypress): rename "flush" to "toInitialState"
|
2022-06-13 11:28:09 +02:00 |
k3yi0
|
174932fe9c
|
feat(cypress): improve quality of tests
|
2022-06-10 14:50:43 +02:00 |
k3yi0
|
ffbe60a697
|
chore(cypress): rename functions
|
2022-06-06 09:40:53 +02:00 |
k3yi0
|
93dbaef660
|
chore(cypress): remove routes.json and adjust tests accordingly
|
2022-06-06 09:26:34 +02:00 |
k3yi0
|
de484a7b5d
|
chore: change dashboardLink attribute value
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
7f5e8c09f7
|
chore: format data-attribute and adjust test accordinly
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
e8ea919baf
|
chore: change Test user back to test
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
595bc348cd
|
chore: ping OAuth2 Server and log the outcome, change user test to Test
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
554d3a11e4
|
chore: add oauth2 server mock logging
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
d7fc0569d5
|
chore: turn off recording, force log out
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
ee50ee472b
|
chore: test redirect delay
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
39e53012b7
|
chore: remove wait, increase redirect delay, add additional logout
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
faacc445b5
|
chore: add wait after login to test flakiness
|
2022-05-09 15:55:38 +02:00 |
k3yi0
|
9afa26a29e
|
chore: create dashboard after creating source connection
|
2022-05-09 15:55:37 +02:00 |
k3yi0
|
e1ae573e9f
|
chore: add oauth2 login auto-redirect and adjust tests according to it
|
2022-05-09 15:55:37 +02:00 |
k3yi0
|
d58164cd04
|
chore: remove unnecessary methods used and adjust the dashboard test
|
2022-05-09 15:55:37 +02:00 |
k3yi0
|
03173b3146
|
chore: log out at the beggining of each test
|
2022-05-09 15:55:37 +02:00 |
Kevin Grossmann
|
69f2110d49
|
chore: change input selector
|
2022-05-09 15:55:37 +02:00 |
k3yi0
|
f0edb61f83
|
test(cypress): add dashboards reader test
|
2022-05-09 15:55:37 +02:00 |
tomklapka
|
08743e4a19
|
Cypress tests and e2e github action flow (#5896)
* test: welcome test, dashboard test, explore browser test
* test: snapshot testing
* feat: adding testing snapshots
* chore: update unmet peer dependency
* fix: name of dropdown toggle
* test: connecting to influxdb
* fix: remove unnecessary influxdb-onboarding.sh script.
* chore: updated go 1.17.1 for cypress tests
* refactor: remove unnecessary influxdb-onboarding command from Makefile
* refactor: remove unnecessary influxdb-onboarding command from circleci config
* test: initialising database by using environment properties (in Makefile)
* chore: fixing cypress tests
* test: deleting connection to influxd1
* tests: optimize build, reuse workspace
* tests: optimize build
* test: remove unused code
* fix: remove unuse dashboard
* chore(e2e-pipeline): add pipeline for chrono cypress tests
* chore: run action on push
* chore: fix e2e pipeline
* chore: add yarn install
* chore: add log upload
* chore: show logs to see what is going on with chronograf
* chore: fix log cats
* chore: add sleep
* fix: chronograf run command
* chore(ui): regenerate yarn.lock after rebase
* test: welcome test, dashboard test, explore browser test
* test: snapshot testing
* feat: adding testing snapshots
* chore(e2e): local script for influxdb enterprise deployment
* chore(e2e): update cert-manager in actions pipeline
* chore: fix coredns issue
* chore: fix certmanager deployment
* test: welcome test, dashboard test, explore browser test
* test: snapshot testing
* feat: adding testing snapshots
* chore: update unmet peer dependency
* test(cypress): add cypress env, and commands
* test(cypress): add basic InfluxDB setup connection test
* fix: temporary commented out the file as it uses non existing functions
* test(cypress): add dashboard create, rename and delelete test
* test(cypress): add routes
* chore: regenerate yarn.lock
* chore: remove unused file
* chore: comment out code
* chore: comment out code
* fix: remove calling non-existent function
* fix: createConnection uses unsafe SSL
* turns on flux
* test(cypress): rewritten Query Builder tests using _internal.monitor
* chore: yarn prettier
* fix: add missing custom window period
* fix: remove it.only
* Add flux-enable to a workflow file
* fix: github actions workflow file flux-enabled
* fix: force restart by deleing pod
* fix: restart a container to apply a new configmap
* fix: restart container
* chore: flux-enabled is now true by default
* fix: selecting correct elements
* chore: update e2e pipeline
* chore: add scheduled action run once a working day
* chore: remove commented code
* chore: change file extenction to .ts and adjust code accordingly
* chore: pipeline fixes
* chore: clean up e2e:influxdb2 references
* fix: yarn installation, no risky changes in make clean
* chore: update changelog
Co-authored-by: Iszy-Ami <huyiktran@gmail.com>
Co-authored-by: Iszy-Ami <56554624+Iszy-Ami@users.noreply.github.com>
Co-authored-by: Robert Hajek <robert.hajek@gmail.com>
Co-authored-by: Pavel Zavora <pavel.zavora@bonitoo.io>
Co-authored-by: k3yi0 <definitelynotkeyio@gmail.com>
Co-authored-by: k3yi0 <97002262+k3yi0@users.noreply.github.com>
|
2022-03-25 09:27:29 +01:00 |