Skip to content

Commit

Permalink
chore: to speed up a process let's run only one test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Mar 29, 2024
1 parent 1292ee4 commit c189fab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ export default {
* @type {Object.<string, TestConfig>}
*/
TESTS_CONFIG: {
[TEST_NAMES.AppStartTime]: {
/*[TEST_NAMES.AppStartTime]: {

Check failure on line 69 in tests/e2e/config.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Expected exception block, space or tab after '/*' in comment

Check failure on line 69 in tests/e2e/config.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Expected space or tab before '*/' in comment
name: TEST_NAMES.AppStartTime,
// ... any additional config you might need
},
[TEST_NAMES.OpenSearchPage]: {
},*/
/*[TEST_NAMES.OpenSearchPage]: {

Check failure on line 74 in tests/e2e/config.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Expected exception block, space or tab after '/*' in comment

Check failure on line 74 in tests/e2e/config.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Expected space or tab before '*/' in comment
name: TEST_NAMES.OpenSearchPage,
},
},*/
// TODO: Fix text and enable again
// [TEST_NAMES.ReportTyping]: {
// name: TEST_NAMES.ReportTyping,
Expand All @@ -83,11 +83,11 @@ export default {
// // Crowded Policy (Do Not Delete) Report, has a input bar available:
// reportID: '8268282951170052',
// },
[TEST_NAMES.ChatOpening]: {
/*[TEST_NAMES.ChatOpening]: {

Check failure on line 86 in tests/e2e/config.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Expected exception block, space or tab after '/*' in comment

Check failure on line 86 in tests/e2e/config.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Expected space or tab before '*/' in comment
name: TEST_NAMES.ChatOpening,
// #announce Chat with many messages
reportID: '5421294415618529',
},
},*/
[TEST_NAMES.Linking]: {
name: TEST_NAMES.Linking,
reportScreen: {
Expand Down

0 comments on commit c189fab

Please sign in to comment.