Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementar testes de regressão #188

Closed
PauloGoncalvesBH opened this issue Dec 8, 2020 · 0 comments
Closed

Implementar testes de regressão #188

PauloGoncalvesBH opened this issue Dec 8, 2020 · 0 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@PauloGoncalvesBH
Copy link
Member

Após o deploy em serverest.dev e da publicação de novas versões no NPM e Docker (seja @beta ou @latest), é preciso executar os testes de regressão pra validar se o comportamento do ServeRest está como esperado.

  1. Taguear alguns dos testes como @regressao.
  2. Executar os testes na pipeline de entrega contínua.
    1. Teste no NPM e Docker serão executados na etapa release. https://github.com/PauloGoncalvesBH/ServeRest/blob/3559189167669da148e9de396834515407df1168/.github/workflows/continuous_delivery.yml#L58
    2. Teste no serverest.dev será executado na etapa release-on-serverest-dev. https://github.com/PauloGoncalvesBH/ServeRest/blob/3559189167669da148e9de396834515407df1168/.github/workflows/continuous_delivery.yml#L80
    3. Teste no Docker será direcionado para a tag @latest e no NPM será direcionado para @beta ou @latest de acordo com a branch atual. Ver mais aqui

Docker publica as versões da branch beta e trunk sempre como tag @latest. Isso é uma limitação do semantic-release de docker.

@PauloGoncalvesBH PauloGoncalvesBH added enhancement New feature or request new issue and removed new issue labels Dec 8, 2020
@PauloGoncalvesBH PauloGoncalvesBH added the wontfix This will not be worked on label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant