Merged
Conversation
…abase connector module, which is used by database-index.ts and populate.ts modules; Prepare project for E2E tests with Cypress framework - it's ran via Docker;
…th initial data);
…ic E2E tests for login scenario;
…; Add E2E tests: 're-send registration confirmation email', 'redirect to login page from registration popup' and 'reset user password';
…, install 'express' and uninstall 'body-parser' (it's now used from 'express' module); Change '__mocks__/**' modules to export CommonJS instead of ESM to minimize problems related to default imports in source code and unit tests; Simplify chained mocking and requiring mocks in unit tests by helper function;
…e or convenient account creationg and login); Extend Login and Register related E2E tests;
…sed element selectors to unified [data-cy] custom attribute selectors;
…s - add executing registration/confirmation/login processes over UI in there; Fix parsing registration confirmation token by frontend; Add arbitrary wait time before fetching emails from Mailhog;
…gistration; Rename DELETE user 'query' prop to 'rawQuery' to be contextually more readable;
…unt by APIs (without touching UI) to speed up tests that don't need to check UI in these 'user session' phases;
… run by GitHub CI;
…quotes and add \ at the end of each line;
…docker-compose file version;
…ally create .env (based on .env.example) if it doesn't exist;
…-env directly from node_modules;
…ules folder and echo message when node_modules doesn't exist;
…before starting app;
…ve '/app' folder bound;
…and use single volume for 'node' service;
…led, only authorized clients can connect LOCAL: SI:localuser:scriptychris status;
…result of access control enabled, only authorized clients can connect LOCAL: SI:localuser:scriptychris;
…pp's built stuff;
…ring Docker image build to avoid implicitly deleting it by volume;
…se and checking it's population state;
…ode to JavaScript - Cypress has built-in ts-node, so it can execute TS on the fly; Introduce module path aliases for whole app; Rename root's /utils to /commons and include it in prettifying/linting process; Rename /test/unit/test-index to /test/unit/utils and /test/unit/mockUtils to /test/unit/inline-mocks;
…on code changes; Fix nodemon not watching '.ts' files; Refactor nodemon usage to utilize it's config files; Check if app is built (with available dependencies) before running E2E in development mode;
14 tasks
…e user session (simulating multi session along with the browser existing one); Add E2E test for logging out from all sessions;
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partially related to #22.
/docker-entrypoint-initdb.d folder