You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(e2e-testing): adding the first draft of e2e testing packages
* fix(e2e-testing): lint fixes
* fix(e2e-testing): update README
* fix(e2e-testing): remove TODOs for CLI path and schema path
* fix(e2e-testing): move sample apps to different branch
* fix(e2e-testing): rename e2e-core and keep all contents
* fix(e2e-testing): add e2e-testing jobs to circleci config
* fix(e2e-testing): move pre and post steps to commands section
* fix(e2e-testing): rename references to amplify-e2e-core
* fix(e2e-testing): attach workspace to commands
* fix(e2e-testing): rearrange jobs to persist workspace
* fix(e2e-testing): use bash shell before sourcing to shell script
* fix(e2e-testing): source into local_publish script only once
* fix(e2e-testing): install npm-auth-to-token dependency
* fix(e2e-testing): remove loginToLocalRegistry step
* fix(e2e-testing): use unsetNpmRegistryUrl directly
* fix(e2e-testing): use verdaccio-disconnect without yarn bash command
* fix(e2e-testing): explicitly source the local_publish script
* fix(e2e-testing): remove the kill process that fails
* fix(e2e-testing): move install CLI to e2e-testing job
* fix(e2e-testing): correct the job dependencies
* fix(e2e-testing): correct getCLIPath method to use amplify binary
* fix(e2e-testing): fix linting issue
* fix(e2e-testing): remove select plugin step from codegen models prompts
* chore(e2e-testing): define multiple executors and test if install-cli step uses the local codegen
* chore(e2e-testing): add os parameter to defaults
* chore(e2e-testing): add explicit call to local registry
* chore(e2e-testing): declare and pass local registry url from circleci config
* chore(e2e-testing): add windows os
* chore(e2e-testing): keep different os steps separate
* chore(e2e-testing): increase size of windows executor
* ci(e2e-testing): move os types other than linux to different branch
* ci(e2e-testing): add step to install old version of CLI
* ci(e2e-testing): add feature flags test
* ci(e2e-testing): change node image to 10
* ci(e2e-testing): remove unused dependency
* ci: add cli-codegen e2e test suites (#151)
*ci(e2e-testing): add P0 e2e tests
Co-authored-by: Phani Srikar Edupuganti <[email protected]>
* Split e2e tests based on frontend. Add e2e tests for codegen configure and add workflows (#156)
*ci(e2e-testing): add codegen add, configure, remove e2e tests; split tests based on frontend type
* Extend build and test jobs to windows and mac OS (#157)
* ci: add windows and mac images
* ci: fix windows image resource class type
* ci: testing nvm install macos
* fix(amplify-codegen): run unit tests from windows
* ci(e2e-testing): changes to make unit tests run on windows
* ci(graphql-types-generator): fix the tests on windows for typegen
* ci(e2e-testing): use node 12 for macOS
* ci(e2e-testing): store caches for different executors using unique keys
* ci(e2e-testing): run single e2e test on all executors
* ci(e2e-testing): fix permissions issue to run yarn on macOS
* ci(e2e-testing): add exit 0 to terminate install cli script windows
* ci(e2e-testing): remove windows e2e testing job
* ci(e2e-testing): remove macos e2e job
* ci(e2e-testing): remove feature branch from build-test-deploy workflow
* ci(e2e-testing): remove macos specific step
* ci: modify install_cli step
* ci(e2e-testing): upgrade minimum node version to 12
Co-authored-by: edupp <[email protected]>
* test: add split e2e test script (#163)
* test: add split e2e test script
* ci: regenerate config.yml
* fix indent issue
* fix: remove quote
* change to array type
* fix executor names
* fix job name error
* add todo for sorting test suites
* add split-e2e branch
* fix workspace
* fix workspace
* remove sudo in publish script
* fix the region issue and cleanup
* add cleaup context
* fix configure tests and timeout
* address CR
* add tests in ascending order
* fix package.json
* remove unused coverage
* change to node15
* change configure script
* fix sudo
* fix nexpect pathname
* update nexpet
* fix configure
* remove node cmd
* use npm instead of yarn
* fix e2e
* remove cli dependency
* restore package.json change
* add dependency
* fix ff test
* add script in setup-dev for cli setup
* add hold job and resolve LGTM
* remove arch
* add conditional steps
* add conditional steps
* add conditional steps
* add conditional steps
* fix config file
* fix ff tests
Co-authored-by: phani-srikar <[email protected]>
Co-authored-by: Phani Srikar Edupuganti <[email protected]>
Co-authored-by: edupp <[email protected]>
0 commit comments