- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚开始在我的 Rails 5.2 应用程序中使用 RSpec 进行测试。我正在将我的应用程序部署到我的远程 Github 存储库,然后在部署到 Heroku 之前由 Travis 对其进行测试。
我创建了一些非常简单的测试,这些测试一直通过,但我刚刚添加了一个新模型 distilleries
,Travis 现在构建失败。
Travis 似乎在提示无法在我的 Webpack list 中找到文件。我的应用程序在本地完美运行。
当我在控制台中运行 rspec spec/models/distillery_spec.rb
时,我得到 0 个错误。
我是 Rails 测试的新手,所以如果我在某个地方犯了菜鸟错误,请多多包涵。
Travis 日志
...
Failures:
1) Distilleries GET /distilleries works! (now write some real specs)
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /home/travis/build/sfcooper/GD/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
# ./app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___92036987216695529_24174260'
# ./spec/requests/distilleries_spec.rb:6:in `block (3 levels) in <top (required)>'
# ------------------
# --- Caused by: ---
# Webpacker::Manifest::MissingEntryError:
# Webpacker can't find application.js in /home/travis/build/sfcooper/GD/public/packs-test/manifest.json. Possible causes:
# 1. You want to set webpacker.yml value of compile to true for your environment
# unless you are using the `webpack -w` or the webpack-dev-server.
# 2. webpack has not yet re-run to reflect updates.
# 3. You have misconfigured Webpacker's config/webpacker.yml file.
# 4. Your webpack configuration is not creating a manifest.
# Your manifest contains:
# {
# }
# ./app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___92036987216695529_24174260'
Finished in 1.04 seconds (files took 2.32 seconds to load)
9 examples, 1 failure
Failed examples:
rspec ./spec/requests/distilleries_spec.rb:5 # Distilleries GET /distilleries works! (now write some real specs)
...
distillery_spec.rb
require 'rails_helper'
RSpec.describe Distillery, type: :model do
context 'validations' do
it { should validate_presence_of(:name) }
it { should validate_presence_of(:snippet) }
end
context 'associations' do
it { should have_many(:gins) }
end
end
factories/distilleries.rb
FactoryGirl.define do
factory :distillery do
end
end
travis.yml
language: ruby
rvm:
- 2.4.0
before_script:
- bundle exec rake db:create --all
- bundle exec rake db:migrate
script:
- bundle exec rake ci:tests
services:
- postgresql
notifications:
email: false
deploy:
provider: heroku
api_key:
secure: ******
app:
master: thegd
on:
repo: sfcooper/GD
run:
- rails db:migrate
更新
我现在删除了整个 distilleries_spec.rb
文件,但我仍然遇到同样的问题。我只是看不出 Travis 在哪里发现 list 文件的问题。
public/packs/manifest.json {
"application.css": "/packs/application-25e3a7ac7f3afb6db64c457a591257f8.css",
"application.css.map": "/packs/application-25e3a7ac7f3afb6db64c457a591257f8.css.map",
"application.js": "/packs/application-135f3e8e200516e9e3cd.js",
"application.js.map": "/packs/application-135f3e8e200516e9e3cd.js.map",
"botanicalselector.js": "/packs/botanicalselector-c06eacfbeb4820a881b6.js",
"botanicalselector.js.map": "/packs/botanicalselector-c06eacfbeb4820a881b6.js.map",
"countryselector.js": "/packs/countryselector-9f4de505e0d165ed7721.js",
"countryselector.js.map": "/packs/countryselector-9f4de505e0d165ed7721.js.map"
}
同时牢记错误:
Webpacker can't find application.js in /home/travis/build/sfcooper/GD/public/packs-test/manifest.json
我已确保此路径不在 .gitignore
中。
最佳答案
解决了
感谢这个 - https://github.com/rails/webpacker/issues/1494
我花了一点时间才注意到,Travis 正在 /public/packs-test/
中寻找 manifest.json,而不仅仅是 /public/packs
。
运行后:
RAILS_ENV=test bundle exec rails webpacker:compile
Travis 现在通过了构建。
关于ruby-on-rails - Travis 因 webpacker 问题 (Rspec) rails 5.2 而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54272210/
我收到了这样的警告日志,我的构建失败了。 WARNING: We were unable to find a .travis.yml file. This may not be what you wa
我真的很想使用 Travis 而无需将 .travis.yml 存储在我的存储库的根文件夹中。知道它是否可以移动到不同的文件夹中、存储在另一个存储库中或在 Travis 网站上指定吗? 最佳答案 来自
我有 .travis.yml 文件在我的 repo 的根目录中,但 Travis-Ci 不断给我消息: Could not find .travis.yml, using standard confi
每当我推送一个新的提交时,Travis CI 都会使我的构建失败,并在每个日志的顶部显示这条消息: WARNING: We were unable to find a .travis.yml file
我正在尝试登录自己托管的 Travis Enterprise,但通常是 travis login和 travis login --pro正在尝试登录到通常的 Travis SAAS 环境 最佳答案 鉴
我希望在我的 Travis CI 存储库设置中声明环境变量,并在我的 .travis.yml 文件中使用它们来部署应用程序并在 Slack 中发布构建通知。 我在 Travis CI 存储库设置中设置
使用 .travis.yml 时,是否有一个环境变量包含 Travis-CI 中当前构建目录的名称?查看文档 here我没有看到。 最佳答案 您可能需要 $TRAVIS_BUILD_DIR,这是我们在
作为我定制的 travis 构建的一部分,我想使用 Travis command-line client在 after_success 脚本中。在这个特定的 repo 中每次成功构建之后,我需要它来触
我有以下 .travis.yml : sudo: required language: node_js branches: only: - master before_install:
我的本地存储库中有一个有效的 .travis.yml。让我们以 travis 帮助中的示例为例:https://github.com/travis-ci/build-stages-demo/blo
所以,我在 GitHub 上设置为另一个用户拥有的项目的合作者 (我有完全推送权等)。我可以设置 Travis 吗 这个项目?我在“存储库”列表中找不到存储库 特拉维斯。 最佳答案 只有存储库管理员可
每次推送到存储库 Y 时,有没有办法触发存储库 X 的 Travis CI 构建?具体来说,我希望每次推送到 http://github.com/tensorflow/tensorflow 时都开始构
我想针对许多浏览器测试我的 .js 框架的不同版本 我希望写一些类似的东西: language: node_js node_js: - 0.11 env: matrix: - BUILD=
我有一个在 Linux 和 OSX 上运行的 travis 作业,我希望能够使用它为每个平台部署不同的构建工件到 github 版本。我的 .travis.yml文件目前看起来像这样: languag
我在 Travis 文件中有以下部署脚本并面临多行命令问题。我尝试了很多组合,但找不到合适的解决方案。如果我将它提取到文件并从脚本属性调用它,它可以正常工作,但我们的目标是将所有命令作为多行命令放在脚
我在 Travis 文件中有以下部署脚本并面临多行命令问题。我尝试了很多组合,但找不到合适的解决方案。如果我将它提取到文件并从脚本属性调用它,它可以正常工作,但我们的目标是将所有命令作为多行命令放在脚
我正在尝试使用以下配置让 Travis 上传到 PyPI deploy: provider: pypi user: P403n1x87 password: $PYPI_PASSWORD
这是有问题的公共(public)存储库:https://travis-ci.org/agerwick/raw-sinatra-boilerplate 我按照此处的建议集成了 codeclimate 的
在那里,在我的项目中使用travis-ci时遇到了“分段错误”错误:IPython-Dashboard msg没有错误,并且在本地运行良好,我感到有些困惑。任何人都可以提出解决问题的任何想法,谢谢。
我有一个带有子目录 ( test ) 的 gem,其中包含用于测试项目的 Rails 3.1.1 应用程序。我正在尝试设置 Travis-CI 以进行持续集成,但是我不知道如何设置我的 .travis
我是一名优秀的程序员,十分优秀!