Skip to content

Commit

Permalink
e2e-tests for chrome were commented out before.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Jul 29, 2024
1 parent 17c456e commit b1b7d10
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions spec/run/wdio-chrome.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@ exports.config = {
//
specs: [
// './test/specs/**/*.js'
// './test/specs/form_page_mysql.e2e.js',
// './test/specs/form_page_postgresql.e2e.js',
// './test/specs/form_page_sqlite.e2e.js',
// './test/specs/md_page_mysql.e2e.js',
// './test/specs/md_page_postgresql.e2e.js',
// './test/specs/md_page_sqlite.e2e.js',
// './test/specs/auth_page_credential_basic_mysql.e2e.js',
// './test/specs/auth_page_credential_basic_postgresql.e2e.js',
// './test/specs/auth_page_credential_basic_sqlite.e2e.js',
// './test/specs/auth_page_session-storage_mysql.e2e.js',
// './test/specs/auth_page_session-storage_postgresql.e2e.js',
// './test/specs/auth_page_session-storage_sqlite.e2e.js',
// './test/specs/auth_page_credential_2fa_mysql.e2e.js',
// './test/specs/auth_page_credential_2fa_postgresql.e2e.js',
// './test/specs/auth_page_credential_2fa_sqlite.e2e.js',
// './test/specs/auth_page_credential_email_mysql.e2e.js',
// './test/specs/auth_page_credential_email_postgresql.e2e.js',
// './test/specs/auth_page_credential_email_sqlite.e2e.js',
'./test/specs/form_page_mysql.e2e.js',
'./test/specs/form_page_postgresql.e2e.js',
'./test/specs/form_page_sqlite.e2e.js',
'./test/specs/md_page_mysql.e2e.js',
'./test/specs/md_page_postgresql.e2e.js',
'./test/specs/md_page_sqlite.e2e.js',
'./test/specs/auth_page_credential_basic_mysql.e2e.js',
'./test/specs/auth_page_credential_basic_postgresql.e2e.js',
'./test/specs/auth_page_credential_basic_sqlite.e2e.js',
'./test/specs/auth_page_session-storage_mysql.e2e.js',
'./test/specs/auth_page_session-storage_postgresql.e2e.js',
'./test/specs/auth_page_session-storage_sqlite.e2e.js',
'./test/specs/auth_page_credential_2fa_mysql.e2e.js',
'./test/specs/auth_page_credential_2fa_postgresql.e2e.js',
'./test/specs/auth_page_credential_2fa_sqlite.e2e.js',
'./test/specs/auth_page_credential_email_mysql.e2e.js',
'./test/specs/auth_page_credential_email_postgresql.e2e.js',
'./test/specs/auth_page_credential_email_sqlite.e2e.js',
'./test/specs/auth_page_credential_usergroup_mysql.e2e.js',
'./test/specs/auth_page_credential_usergroup_postgresql.e2e.js',
'./test/specs/auth_page_credential_usergroup_sqlite.e2e.js',
// './test/specs/editing_page_mysql.e2e.js',
// './test/specs/editing_page_postgresql.e2e.js',
// './test/specs/editing_page_sqlite.e2e.js',
// './test/specs/calc_lookup_page_mysql.e2e.js',
// './test/specs/calc_lookup_page_postgresql.e2e.js',
// './test/specs/calc_lookup_page_sqlite.e2e.js',
// './test/specs/media_mysql.e2e.js',
// './test/specs/media_postgresql.e2e.js',
// './test/specs/media_sqlite.e2e.js',
'./test/specs/editing_page_mysql.e2e.js',
'./test/specs/editing_page_postgresql.e2e.js',
'./test/specs/editing_page_sqlite.e2e.js',
'./test/specs/calc_lookup_page_mysql.e2e.js',
'./test/specs/calc_lookup_page_postgresql.e2e.js',
'./test/specs/calc_lookup_page_sqlite.e2e.js',
'./test/specs/media_mysql.e2e.js',
'./test/specs/media_postgresql.e2e.js',
'./test/specs/media_sqlite.e2e.js',
],
// Patterns to exclude.
exclude: [],
Expand Down

0 comments on commit b1b7d10

Please sign in to comment.