-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Display proper error content in e2e test - use chrome as being done in CI - Narrow down Selector to div with alert class else larger vue app dialog will be matched * Update nodejs.yml * fix: check errors after taking screenshot * fix: Display proper error content in e2e test (#6) * fix: Display proper error content in e2e test - use chrome as being done in CI - Narrow down Selector to div with alert class else larger vue app dialog will be matched * Update nodejs.yml * fix: check errors after taking screenshot * add timeline initial load screenshot - add contents of loading elements if found to log since >95% of CI errors are on timeouts as of now * increase loading time for timeline view test - github runners genuinely takes more time to load timeline view (as can be confirmed from previous ci-runs (logs and screenshots) of this pr * Implement an indefinite wait for timeline view test - since 40s is also not enough sometimes for loading timeline * Restore general 20 seconds timeout for other tests * fix: Selector element missing after initial lookup * rewrite waiting functions to get Selection elements instantly * Added HTTP request logger and console errors logger - it seems like the indefinite wait is not working, pointing to some other issues - went bank to 20s wait time + Extra logging of browser console and dumping HTTP requests of non js css font image requests * remove implemented indefinite wait and attach loggers to all fixtures * fix fakedate ENDDATE * Update screenshot.test.js * Update screenshot.test.js * Bump activitywatch version * Update nodejs.yml * try to test with master * Update nodejs.yml * Print server logs to github actions console * Update nodejs.yml * test with Logs * Update nodejs.yml * Update nodejs.yml * implement a refresh after 10s * implement refresh time and max times * cleanup workflow file * Update nodejs.yml * add master branch of aw-server-rust to ci
- Loading branch information
1 parent
d96471c
commit cbb555d
Showing
3 changed files
with
105 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cbb555d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are screenshots of this commit:
Screenshots using aw-server v0.12.1 (click to expand)
Screenshots using aw-server-rust master (click to expand)
Screenshots using aw-server-rust v0.12.1 (click to expand)